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 20 #include "wpa_auth.h"
32 static int wpa_ft_rrb_send(struct wpa_authenticator *wpa_auth, const u8 *dst,
35 if (wpa_auth->cb.send_ether == NULL)
38 return wpa_auth->cb.send_ether(wpa_auth->cb.ctx, dst, ETH_P_RRB,
43 static int wpa_ft_action_send(struct wpa_authenticator *wpa_auth,
46 if (wpa_auth->cb.send_ft_action == NULL)
48 return wpa_auth->cb.send_ft_action(wpa_auth->cb.ctx, dst,
54 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
210 void wpa_auth_logger(struct wpa_authenticator *wpa_auth, const u8 *addr,
212 void wpa_auth_vlogger(struct wpa_authenticator *wpa_auth, const u8 *addr,
214 void __wpa_send_eapol(struct wpa_authenticator *wpa_auth,
219 int wpa_auth_for_each_sta(struct wpa_authenticator *wpa_auth,
222 int wpa_auth_for_each_auth(struct wpa_authenticator *wpa_auth,
227 int wpa_stsl_remove(struct wpa_authenticator *wpa_auth,
229 void wpa_smk_error(struct wpa_authenticator *wpa_auth,
231 void wpa_smk_m1(struct wpa_authenticator *wpa_auth,
233 void wpa_smk_m3(struct wpa_authenticator *wpa_auth,
    [all...]
hostapd.h 139 struct wpa_authenticator *wpa_auth; member in struct:hostapd_data
wpa_auth.c 24 #include "wpa_auth.h"
38 static void wpa_group_sm_step(struct wpa_authenticator *wpa_auth,
41 static int wpa_gtk_update(struct wpa_authenticator *wpa_auth,
43 static int wpa_group_config_group_keys(struct wpa_authenticator *wpa_auth,
59 struct wpa_authenticator *wpa_auth, const u8 *addr)
61 if (wpa_auth->cb.mic_failure_report)
62 return wpa_auth->cb.mic_failure_report(wpa_auth->cb.ctx, addr);
67 static inline void wpa_auth_set_eapol(struct wpa_authenticator *wpa_auth,
71 if (wpa_auth->cb.set_eapol
222 struct wpa_authenticator *wpa_auth = eloop_ctx; local
242 struct wpa_authenticator *wpa_auth = eloop_ctx; local
263 struct wpa_authenticator *wpa_auth = eloop_ctx; local
283 struct wpa_authenticator *wpa_auth = ctx; local
378 struct wpa_authenticator *wpa_auth; local
1269 struct wpa_authenticator *wpa_auth = eloop_ctx; local
2208 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 820 milliseconds