Searched defs:wpa_authenticator (Results 1 – 1 of 1) sorted by relevance
231 struct wpa_authenticator { struct232 struct wpa_group *group;234 unsigned int dot11RSNAStatsTKIPRemoteMICFailures;235 u32 dot11RSNAAuthenticationSuiteSelected;236 u32 dot11RSNAPairwiseCipherSelected;237 u32 dot11RSNAGroupCipherSelected;238 u8 dot11RSNAPMKIDUsed[PMKID_LEN];239 u32 dot11RSNAAuthenticationSuiteRequested; /* FIX: update */240 u32 dot11RSNAPairwiseCipherRequested; /* FIX: update */241 u32 dot11RSNAGroupCipherRequested; /* FIX: update */[all …]