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 213 int wpa_init_keys(struct wpa_authenticator *wpa_auth);
214 void wpa_deinit(struct wpa_authenticator *wpa_auth);
215 int wpa_reconfig(struct wpa_authenticator *wpa_auth,
225 int wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth,
231 wpa_auth_sta_init(struct wpa_authenticator *wpa_auth, const u8 *addr,
233 int wpa_auth_sta_associated(struct wpa_authenticator *wpa_auth,
237 void wpa_receive(struct wpa_authenticator *wpa_auth,
241 WPA_AUTH, WPA_ASSOC, WPA_DISASSOC, WPA_DEAUTH, WPA_REAUTH,
247 void wpa_gtk_rekey(struct wpa_authenticator *wpa_auth);
248 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);
699 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH);
721 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth,
978 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth,
986 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
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
375 struct wpa_authenticator *wpa_auth; local
1205 struct wpa_authenticator *wpa_auth = eloop_ctx; local
2117 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
    [all...]

Completed in 193 milliseconds