Home
last modified time | relevance | path

Searched defs:wpa_authenticator (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_i.h160 struct wpa_authenticator { struct
161 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