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

  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_broadcom.c 532 int wpa_auth; local
558 wpa_auth = 1;
562 wpa_auth = 2;
566 wpa_auth = 255;
576 broadcom_ioctl(drv, WLC_SET_WPA_AUTH, &wpa_auth,
577 sizeof(wpa_auth)) < 0 ||
  /external/wpa_supplicant_8/src/ap/
hostapd.h 89 struct wpa_authenticator *wpa_auth; member in struct:hostapd_data
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 wpa_auth->cb.mic_failure_report(wpa_auth->cb.ctx, addr);
65 static inline void wpa_auth_set_eapol(struct wpa_authenticator *wpa_auth,
69 if (wpa_auth->cb.set_eapol
215 struct wpa_authenticator *wpa_auth = eloop_ctx; local
235 struct wpa_authenticator *wpa_auth = eloop_ctx; local
256 struct wpa_authenticator *wpa_auth = eloop_ctx; local
276 struct wpa_authenticator *wpa_auth = ctx; local
389 struct wpa_authenticator *wpa_auth; local
1212 struct wpa_authenticator *wpa_auth = eloop_ctx; local
2119 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
190 void wpa_auth_logger(struct wpa_authenticator *wpa_auth, const u8 *addr,
192 void wpa_auth_vlogger(struct wpa_authenticator *wpa_auth, const u8 *addr,
194 void __wpa_send_eapol(struct wpa_authenticator *wpa_auth,
199 int wpa_auth_for_each_sta(struct wpa_authenticator *wpa_auth,
202 int wpa_auth_for_each_auth(struct wpa_authenticator *wpa_auth,
207 int wpa_stsl_remove(struct wpa_authenticator *wpa_auth,
209 void wpa_smk_error(struct wpa_authenticator *wpa_auth,
211 void wpa_smk_m1(struct wpa_authenticator *wpa_auth,
213 void wpa_smk_m3(struct wpa_authenticator *wpa_auth,
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
wlioctl.h 150 uint32 WPA_auth;
1832 int32 wpa_auth; member in struct:wl_pfn
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 150 uint32 WPA_auth;
1832 int32 wpa_auth; member in struct:wl_pfn
    [all...]

Completed in 154 milliseconds