Searched defs:wpa_authenticator (Results 1 – 1 of 1) sorted by relevance
216 struct wpa_authenticator { struct217 struct wpa_group *group;219 unsigned int dot11RSNAStatsTKIPRemoteMICFailures;220 u32 dot11RSNAAuthenticationSuiteSelected;221 u32 dot11RSNAPairwiseCipherSelected;222 u32 dot11RSNAGroupCipherSelected;223 u8 dot11RSNAPMKIDUsed[PMKID_LEN];224 u32 dot11RSNAAuthenticationSuiteRequested; /* FIX: update */225 u32 dot11RSNAPairwiseCipherRequested; /* FIX: update */226 u32 dot11RSNAGroupCipherRequested; /* FIX: update */[all …]