Searched defs:wpa_authenticator (Results 1 – 1 of 1) sorted by relevance
237 struct wpa_authenticator { struct238 struct wpa_group *group;240 unsigned int dot11RSNAStatsTKIPRemoteMICFailures;241 u32 dot11RSNAAuthenticationSuiteSelected;242 u32 dot11RSNAPairwiseCipherSelected;243 u32 dot11RSNAGroupCipherSelected;244 u8 dot11RSNAPMKIDUsed[PMKID_LEN];245 u32 dot11RSNAAuthenticationSuiteRequested; /* FIX: update */246 u32 dot11RSNAPairwiseCipherRequested; /* FIX: update */247 u32 dot11RSNAGroupCipherRequested; /* FIX: update */[all …]