HomeSort by relevance Sort by last modified time
    Searched defs:wpa_auth (Results 1 - 5 of 5) sorted by null

  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c 21 #include "wpa_auth.h"
33 static int wpa_ft_rrb_send(struct wpa_authenticator *wpa_auth, const u8 *dst,
36 if (wpa_auth->cb->send_ether == NULL)
39 return wpa_auth->cb->send_ether(wpa_auth->cb_ctx, dst, ETH_P_RRB,
44 static int wpa_ft_action_send(struct wpa_authenticator *wpa_auth,
47 if (wpa_auth->cb->send_ft_action == NULL)
49 return wpa_auth->cb->send_ft_action(wpa_auth->cb_ctx, dst,
54 static const u8 * wpa_ft_get_psk(struct wpa_authenticator *wpa_auth,
832 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
1381 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
    [all...]
wpa_auth_i.h 18 struct wpa_authenticator *wpa_auth; member in struct:wpa_state_machine
217 void wpa_auth_logger(struct wpa_authenticator *wpa_auth, const u8 *addr,
219 void wpa_auth_vlogger(struct wpa_authenticator *wpa_auth, const u8 *addr,
221 void __wpa_send_eapol(struct wpa_authenticator *wpa_auth,
226 int wpa_auth_for_each_sta(struct wpa_authenticator *wpa_auth,
229 int wpa_auth_for_each_auth(struct wpa_authenticator *wpa_auth,
234 void wpa_smk_error(struct wpa_authenticator *wpa_auth,
237 void wpa_smk_m1(struct wpa_authenticator *wpa_auth,
240 void wpa_smk_m3(struct wpa_authenticator *wpa_auth,
hostapd.h 161 struct wpa_authenticator *wpa_auth; member in struct:hostapd_data
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...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 239 uint32 WPA_auth;
3960 int32 wpa_auth; \/* WPA type *\/ member in struct:wl_pfn
    [all...]

Completed in 884 milliseconds