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 209 int wpa_init_keys(struct wpa_authenticator *wpa_auth);
210 void wpa_deinit(struct wpa_authenticator *wpa_auth);
211 int wpa_reconfig(struct wpa_authenticator *wpa_auth,
221 int wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth,
227 wpa_auth_sta_init(struct wpa_authenticator *wpa_auth, const u8 *addr);
228 int wpa_auth_sta_associated(struct wpa_authenticator *wpa_auth,
232 void wpa_receive(struct wpa_authenticator *wpa_auth,
236 WPA_AUTH, WPA_ASSOC, WPA_DISASSOC, WPA_DEAUTH, WPA_REAUTH,
242 void wpa_gtk_rekey(struct wpa_authenticator *wpa_auth);
243 int wpa_get_mib(struct wpa_authenticator *wpa_auth, char *buf, size_t buflen)
    [all...]
ieee802_11.c 32 #include "wpa_auth.h"
247 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH);
506 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH);
690 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH);
712 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth,
955 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth,
962 res = wpa_validate_wpa_ie(hapd->wpa_auth, sta->wpa_sm,
    [all...]
wpa_auth.c 23 #include "wpa_auth.h"
37 static void wpa_group_sm_step(struct wpa_authenticator *wpa_auth,
40 static int wpa_gtk_update(struct wpa_authenticator *wpa_auth,
42 static int wpa_group_config_group_keys(struct wpa_authenticator *wpa_auth,
58 struct wpa_authenticator *wpa_auth, const u8 *addr)
60 if (wpa_auth->cb.mic_failure_report)
61 return wpa_auth->cb.mic_failure_report(wpa_auth->cb.ctx, addr);
66 static inline void wpa_auth_set_eapol(struct wpa_authenticator *wpa_auth,
70 if (wpa_auth->cb.set_eapol
216 struct wpa_authenticator *wpa_auth = eloop_ctx; local
236 struct wpa_authenticator *wpa_auth = eloop_ctx; local
257 struct wpa_authenticator *wpa_auth = eloop_ctx; local
277 struct wpa_authenticator *wpa_auth = ctx; local
372 struct wpa_authenticator *wpa_auth; local
1199 struct wpa_authenticator *wpa_auth = eloop_ctx; local
2100 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
    [all...]

Completed in 103 milliseconds