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