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