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.h161 struct wpa_authenticator { struct
162 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