HomeSort by relevance Sort by last modified time
    Searched refs:WPA_AUTH (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/ap/
wpa_auth.h 211 void wpa_deinit(struct wpa_authenticator *wpa_auth);
212 int wpa_reconfig(struct wpa_authenticator *wpa_auth,
222 int wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth,
228 wpa_auth_sta_init(struct wpa_authenticator *wpa_auth, const u8 *addr);
229 int wpa_auth_sta_associated(struct wpa_authenticator *wpa_auth,
233 void wpa_receive(struct wpa_authenticator *wpa_auth,
237 WPA_AUTH, WPA_ASSOC, WPA_DISASSOC, WPA_DEAUTH, WPA_REAUTH,
243 void wpa_gtk_rekey(struct wpa_authenticator *wpa_auth);
244 int wpa_get_mib(struct wpa_authenticator *wpa_auth, char *buf, size_t buflen);
246 void wpa_auth_countermeasures_start(struct wpa_authenticator *wpa_auth);
    [all...]
ieee802_11.c 35 #include "wpa_auth.h"
284 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH);
491 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH);
513 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth,
737 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth,
744 res = wpa_validate_wpa_ie(hapd->wpa_auth, sta->wpa_sm,
    [all...]
wpa_auth.c 29 #include "wpa_auth.h"
43 static void wpa_group_sm_step(struct wpa_authenticator *wpa_auth,
46 static int wpa_gtk_update(struct wpa_authenticator *wpa_auth,
48 static int wpa_group_config_group_keys(struct wpa_authenticator *wpa_auth,
63 struct wpa_authenticator *wpa_auth, const u8 *addr)
65 if (wpa_auth->cb.mic_failure_report)
66 wpa_auth->cb.mic_failure_report(wpa_auth->cb.ctx, addr);
70 static inline void wpa_auth_set_eapol(struct wpa_authenticator *wpa_auth,
74 if (wpa_auth->cb.set_eapol
219 struct wpa_authenticator *wpa_auth = eloop_ctx; local
239 struct wpa_authenticator *wpa_auth = eloop_ctx; local
260 struct wpa_authenticator *wpa_auth = eloop_ctx; local
280 struct wpa_authenticator *wpa_auth = ctx; local
391 struct wpa_authenticator *wpa_auth; local
1104 struct wpa_authenticator *wpa_auth = eloop_ctx; local
1992 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
    [all...]

Completed in 26 milliseconds