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