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