Searched defs:wpa_authenticator (Results 1 – 1 of 1) sorted by relevance
161 struct wpa_authenticator { struct162 struct wpa_group *group;164 unsigned int dot11RSNAStatsTKIPRemoteMICFailures;165 u32 dot11RSNAAuthenticationSuiteSelected;166 u32 dot11RSNAPairwiseCipherSelected;167 u32 dot11RSNAGroupCipherSelected;168 u8 dot11RSNAPMKIDUsed[PMKID_LEN];192 void wpa_auth_logger(struct wpa_authenticator *wpa_auth, const u8 *addr, argument