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