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 241 int wpa_init_keys(struct wpa_authenticator *wpa_auth);
242 void wpa_deinit(struct wpa_authenticator *wpa_auth);
243 int wpa_reconfig(struct wpa_authenticator *wpa_auth,
253 int wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth,
257 int wpa_validate_osen(struct wpa_authenticator *wpa_auth,
262 wpa_auth_sta_init(struct wpa_authenticator *wpa_auth, const u8 *addr,
264 int wpa_auth_sta_associated(struct wpa_authenticator *wpa_auth,
268 void wpa_receive(struct wpa_authenticator *wpa_auth,
272 WPA_AUTH, WPA_ASSOC, WPA_DISASSOC, WPA_DEAUTH, WPA_REAUTH,
278 void wpa_gtk_rekey(struct wpa_authenticator *wpa_auth);
    [all...]
ieee802_11.c 32 #include "wpa_auth.h"
254 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH);
573 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH);
575 wpa_auth_pmksa_add_sae(hapd->wpa_auth, sta->addr,
711 wpa_auth_pmksa_remove(hapd->wpa_auth, sta->addr);
795 wpa_auth_pmksa_remove(hapd->wpa_auth, sta->addr);
1058 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth, sta->addr,
1067 res = wpa_validate_wpa_ie(hapd->wpa_auth, sta->wpa_sm,
1098 pmksa = wpa_auth_pmksa_get(hapd->wpa_auth, sta->addr,
1175 ie = wpa_auth_get_wpa_ie(hapd->wpa_auth, &ielen)
    [all...]
wpa_auth.c 26 #include "wpa_auth.h"
45 static void wpa_group_sm_step(struct wpa_authenticator *wpa_auth,
48 static int wpa_gtk_update(struct wpa_authenticator *wpa_auth,
50 static int wpa_group_config_group_keys(struct wpa_authenticator *wpa_auth,
55 static void wpa_group_free(struct wpa_authenticator *wpa_auth,
57 static void wpa_group_get(struct wpa_authenticator *wpa_auth,
59 static void wpa_group_put(struct wpa_authenticator *wpa_auth,
74 struct wpa_authenticator *wpa_auth, const u8 *addr)
76 if (wpa_auth->cb->mic_failure_report)
77 return wpa_auth->cb->mic_failure_report(wpa_auth->cb_ctx, addr)
256 struct wpa_authenticator *wpa_auth = eloop_ctx; local
276 struct wpa_authenticator *wpa_auth = eloop_ctx; local
304 struct wpa_authenticator *wpa_auth = eloop_ctx; local
324 struct wpa_authenticator *wpa_auth = ctx; local
420 struct wpa_authenticator *wpa_auth; local
1389 struct wpa_authenticator *wpa_auth = eloop_ctx; local
2450 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
2938 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
    [all...]

Completed in 202 milliseconds