Searched defs:wpa_authenticator (Results 1 – 2 of 2) 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 …]
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 …]