Searched defs:wpa_authenticator (Results 1 – 1 of 1) sorted by relevance
211 struct wpa_authenticator { struct212 struct wpa_group *group;214 unsigned int dot11RSNAStatsTKIPRemoteMICFailures;215 u32 dot11RSNAAuthenticationSuiteSelected;216 u32 dot11RSNAPairwiseCipherSelected;217 u32 dot11RSNAGroupCipherSelected;218 u8 dot11RSNAPMKIDUsed[PMKID_LEN];219 u32 dot11RSNAAuthenticationSuiteRequested; /* FIX: update */220 u32 dot11RSNAPairwiseCipherRequested; /* FIX: update */221 u32 dot11RSNAGroupCipherRequested; /* FIX: update */[all …]