HomeSort by: relevance | last modified time | path
    Searched defs:wpa_auth (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
wpa_auth_i.h 20 struct wpa_authenticator *wpa_auth; member in struct:wpa_state_machine
183 struct wpa_authenticator *wpa_auth; member in struct:wpa_state_machine::mld_link
307 void wpa_auth_logger(struct wpa_authenticator *wpa_auth, const u8 *addr,
309 void wpa_auth_vlogger(struct wpa_authenticator *wpa_auth, const u8 *addr,
312 void __wpa_send_eapol(struct wpa_authenticator *wpa_auth,
317 int wpa_auth_for_each_sta(struct wpa_authenticator *wpa_auth,
320 int wpa_auth_for_each_auth(struct wpa_authenticator *wpa_auth,
323 void wpa_auth_store_ptksa(struct wpa_authenticator *wpa_auth,
hostapd.h 214 struct wpa_authenticator *wpa_auth; member in struct:hostapd_data
wpa_auth.c 33 #include "wpa_auth.h"
54 static void wpa_group_sm_step(struct wpa_authenticator *wpa_auth,
57 static int wpa_gtk_update(struct wpa_authenticator *wpa_auth,
59 static int wpa_group_config_group_keys(struct wpa_authenticator *wpa_auth,
66 static void wpa_group_free(struct wpa_authenticator *wpa_auth,
68 static void wpa_group_get(struct wpa_authenticator *wpa_auth,
70 static void wpa_group_put(struct wpa_authenticator *wpa_auth,
74 static void wpa_group_update_gtk(struct wpa_authenticator *wpa_auth,
93 return sm->wpa_auth->mld_addr;
95 return sm->wpa_auth->addr
152 struct wpa_authenticator *wpa_auth; member in struct:wpa_get_link_auth_ctx
475 struct wpa_authenticator *wpa_auth = eloop_ctx; local
565 struct wpa_authenticator *wpa_auth = eloop_ctx; local
602 struct wpa_authenticator *wpa_auth = eloop_ctx; local
637 struct wpa_authenticator *wpa_auth = ctx; local
736 struct wpa_authenticator *wpa_auth; local
1066 struct wpa_authenticator *wpa_auth; local
1947 struct wpa_authenticator *wpa_auth = eloop_ctx; local
2995 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
3553 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
3628 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
4012 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
4036 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
4240 struct wpa_authenticator *wpa_auth; local
4451 struct wpa_authenticator *wpa_auth; local
4490 struct wpa_authenticator *wpa_auth; local
5012 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
5262 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
5610 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
    [all...]
wpa_auth_ft.c 28 #include "wpa_auth.h"
631 static int wpa_ft_rrb_send(struct wpa_authenticator *wpa_auth, const u8 *dst,
634 if (wpa_auth->cb->send_ether == NULL)
637 return wpa_auth->cb->send_ether(wpa_auth->cb_ctx, dst, ETH_P_RRB,
642 static int wpa_ft_rrb_oui_send(struct wpa_authenticator *wpa_auth,
646 if (!wpa_auth->cb->send_oui)
650 return wpa_auth->cb->send_oui(wpa_auth->cb_ctx, dst, oui_suffix, data,
655 static int wpa_ft_action_send(struct wpa_authenticator *wpa_auth,
1679 struct wpa_authenticator *wpa_auth = eloop_ctx; local
1764 struct wpa_authenticator *wpa_auth = eloop_ctx; local
2369 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
2983 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
3868 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
    [all...]

Completed in 45 milliseconds