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 221 int wpa_init_keys(struct wpa_authenticator *wpa_auth);
222 void wpa_deinit(struct wpa_authenticator *wpa_auth);
223 int wpa_reconfig(struct wpa_authenticator *wpa_auth,
233 int wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth,
237 int wpa_validate_osen(struct wpa_authenticator *wpa_auth,
242 wpa_auth_sta_init(struct wpa_authenticator *wpa_auth, const u8 *addr,
244 int wpa_auth_sta_associated(struct wpa_authenticator *wpa_auth,
248 void wpa_receive(struct wpa_authenticator *wpa_auth,
252 WPA_AUTH, WPA_ASSOC, WPA_DISASSOC, WPA_DEAUTH, WPA_REAUTH,
258 void wpa_gtk_rekey(struct wpa_authenticator *wpa_auth);
    [all...]
ieee802_11.c 31 #include "wpa_auth.h"
252 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH);
511 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH);
701 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH);
722 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth,
1000 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth,
1008 res = wpa_validate_wpa_ie(hapd->wpa_auth, sta->wpa_sm,
1108 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth,
1115 if (wpa_validate_osen(hapd->wpa_auth, sta->wpa_sm,
    [all...]
wpa_auth.c 24 #include "wpa_auth.h"
38 static void wpa_group_sm_step(struct wpa_authenticator *wpa_auth,
41 static int wpa_gtk_update(struct wpa_authenticator *wpa_auth,
43 static int wpa_group_config_group_keys(struct wpa_authenticator *wpa_auth,
59 struct wpa_authenticator *wpa_auth, const u8 *addr)
61 if (wpa_auth->cb.mic_failure_report)
62 return wpa_auth->cb.mic_failure_report(wpa_auth->cb.ctx, addr);
67 static inline void wpa_auth_set_eapol(struct wpa_authenticator *wpa_auth,
71 if (wpa_auth->cb.set_eapol
222 struct wpa_authenticator *wpa_auth = eloop_ctx; local
242 struct wpa_authenticator *wpa_auth = eloop_ctx; local
263 struct wpa_authenticator *wpa_auth = eloop_ctx; local
283 struct wpa_authenticator *wpa_auth = ctx; local
378 struct wpa_authenticator *wpa_auth; local
1269 struct wpa_authenticator *wpa_auth = eloop_ctx; local
2208 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
    [all...]

Completed in 55 milliseconds