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,
55 wpa_ft_add_sta(struct wpa_authenticator *wpa_auth, const u8 *sta_addr
1264 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
    [all...]
wpa_auth_i.h 25 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 int wpa_stsl_remove(struct wpa_authenticator *wpa_auth,
236 void wpa_smk_error(struct wpa_authenticator *wpa_auth,
239 void wpa_smk_m1(struct wpa_authenticator *wpa_auth,
242 void wpa_smk_m3(struct wpa_authenticator *wpa_auth,
    [all...]
hostapd.h 149 struct wpa_authenticator *wpa_auth; member in struct:hostapd_data
wpa_auth.c 24 #include "wpa_auth.h"
39 static void wpa_group_sm_step(struct wpa_authenticator *wpa_auth,
42 static int wpa_gtk_update(struct wpa_authenticator *wpa_auth,
44 static int wpa_group_config_group_keys(struct wpa_authenticator *wpa_auth,
49 static void wpa_group_free(struct wpa_authenticator *wpa_auth,
51 static void wpa_group_get(struct wpa_authenticator *wpa_auth,
53 static void wpa_group_put(struct wpa_authenticator *wpa_auth,
69 struct wpa_authenticator *wpa_auth, const u8 *addr)
71 if (wpa_auth->cb.mic_failure_report)
72 return wpa_auth->cb.mic_failure_report(wpa_auth->cb.ctx, addr)
251 struct wpa_authenticator *wpa_auth = eloop_ctx; local
271 struct wpa_authenticator *wpa_auth = eloop_ctx; local
299 struct wpa_authenticator *wpa_auth = eloop_ctx; local
319 struct wpa_authenticator *wpa_auth = ctx; local
414 struct wpa_authenticator *wpa_auth; local
1397 struct wpa_authenticator *wpa_auth = eloop_ctx; local
2442 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 101 milliseconds