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

  /external/wpa_supplicant_8/src/ap/
hostapd.h 111 struct wpa_authenticator *wpa_auth; member in struct:hostapd_data
wpa_auth_i.h 25 struct wpa_authenticator *wpa_auth; member in struct:wpa_state_machine
191 void wpa_auth_logger(struct wpa_authenticator *wpa_auth, const u8 *addr,
193 void wpa_auth_vlogger(struct wpa_authenticator *wpa_auth, const u8 *addr,
195 void __wpa_send_eapol(struct wpa_authenticator *wpa_auth,
200 int wpa_auth_for_each_sta(struct wpa_authenticator *wpa_auth,
203 int wpa_auth_for_each_auth(struct wpa_authenticator *wpa_auth,
208 int wpa_stsl_remove(struct wpa_authenticator *wpa_auth,
210 void wpa_smk_error(struct wpa_authenticator *wpa_auth,
212 void wpa_smk_m1(struct wpa_authenticator *wpa_auth,
214 void wpa_smk_m3(struct wpa_authenticator *wpa_auth,
    [all...]
wpa_auth.c 23 #include "wpa_auth.h"
37 static void wpa_group_sm_step(struct wpa_authenticator *wpa_auth,
40 static int wpa_gtk_update(struct wpa_authenticator *wpa_auth,
42 static int wpa_group_config_group_keys(struct wpa_authenticator *wpa_auth,
58 struct wpa_authenticator *wpa_auth, const u8 *addr)
60 if (wpa_auth->cb.mic_failure_report)
61 return wpa_auth->cb.mic_failure_report(wpa_auth->cb.ctx, addr);
66 static inline void wpa_auth_set_eapol(struct wpa_authenticator *wpa_auth,
70 if (wpa_auth->cb.set_eapol
216 struct wpa_authenticator *wpa_auth = eloop_ctx; local
236 struct wpa_authenticator *wpa_auth = eloop_ctx; local
257 struct wpa_authenticator *wpa_auth = eloop_ctx; local
277 struct wpa_authenticator *wpa_auth = ctx; local
372 struct wpa_authenticator *wpa_auth; local
1199 struct wpa_authenticator *wpa_auth = eloop_ctx; local
2100 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 5026 milliseconds