Searched defs:wpa_authenticator (Results 1 – 1 of 1) sorted by relevance
206 struct wpa_authenticator { struct207 struct wpa_group *group;209 unsigned int dot11RSNAStatsTKIPRemoteMICFailures;210 u32 dot11RSNAAuthenticationSuiteSelected;211 u32 dot11RSNAPairwiseCipherSelected;212 u32 dot11RSNAGroupCipherSelected;213 u8 dot11RSNAPMKIDUsed[PMKID_LEN];214 u32 dot11RSNAAuthenticationSuiteRequested; /* FIX: update */215 u32 dot11RSNAPairwiseCipherRequested; /* FIX: update */216 u32 dot11RSNAGroupCipherRequested; /* FIX: update */[all …]