Searched defs:wpa_authenticator (Results 1 – 1 of 1) sorted by relevance
182 struct wpa_authenticator { struct183 struct wpa_group *group;185 unsigned int dot11RSNAStatsTKIPRemoteMICFailures;186 u32 dot11RSNAAuthenticationSuiteSelected;187 u32 dot11RSNAPairwiseCipherSelected;188 u32 dot11RSNAGroupCipherSelected;189 u8 dot11RSNAPMKIDUsed[PMKID_LEN];190 u32 dot11RSNAAuthenticationSuiteRequested; /* FIX: update */191 u32 dot11RSNAPairwiseCipherRequested; /* FIX: update */192 u32 dot11RSNAGroupCipherRequested; /* FIX: update */[all …]