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

  /external/wpa_supplicant/
driver_broadcom.c 527 int wpa_auth; local
553 wpa_auth = 1;
557 wpa_auth = 2;
561 wpa_auth = 255;
571 broadcom_ioctl(drv, WLC_SET_WPA_AUTH, &wpa_auth,
572 sizeof(wpa_auth)) < 0 ||
  /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/drivers/
driver_broadcom.c 525 int wpa_auth; local
555 wpa_auth = 1;
559 wpa_auth = 2;
563 wpa_auth = 255;
573 broadcom_ioctl(drv, WLC_SET_WPA_AUTH, &wpa_auth,
574 sizeof(wpa_auth)) < 0 ||
  /external/wpa_supplicant_8/src/ap/
hostapd.h 97 struct wpa_authenticator *wpa_auth; member in struct:hostapd_data
wpa_auth.c 29 #include "wpa_auth.h"
43 static void wpa_group_sm_step(struct wpa_authenticator *wpa_auth,
46 static int wpa_gtk_update(struct wpa_authenticator *wpa_auth,
48 static int wpa_group_config_group_keys(struct wpa_authenticator *wpa_auth,
63 struct wpa_authenticator *wpa_auth, const u8 *addr)
65 if (wpa_auth->cb.mic_failure_report)
66 wpa_auth->cb.mic_failure_report(wpa_auth->cb.ctx, addr);
70 static inline void wpa_auth_set_eapol(struct wpa_authenticator *wpa_auth,
74 if (wpa_auth->cb.set_eapol
219 struct wpa_authenticator *wpa_auth = eloop_ctx; local
239 struct wpa_authenticator *wpa_auth = eloop_ctx; local
260 struct wpa_authenticator *wpa_auth = eloop_ctx; local
280 struct wpa_authenticator *wpa_auth = ctx; local
391 struct wpa_authenticator *wpa_auth; local
1104 struct wpa_authenticator *wpa_auth = eloop_ctx; local
1992 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
    [all...]
wpa_auth_i.h 31 struct wpa_authenticator *wpa_auth; member in struct:wpa_state_machine
193 void wpa_auth_logger(struct wpa_authenticator *wpa_auth, const u8 *addr,
195 void wpa_auth_vlogger(struct wpa_authenticator *wpa_auth, const u8 *addr,
197 void __wpa_send_eapol(struct wpa_authenticator *wpa_auth,
202 int wpa_auth_for_each_sta(struct wpa_authenticator *wpa_auth,
205 int wpa_auth_for_each_auth(struct wpa_authenticator *wpa_auth,
210 int wpa_stsl_remove(struct wpa_authenticator *wpa_auth,
212 void wpa_smk_error(struct wpa_authenticator *wpa_auth,
214 void wpa_smk_m1(struct wpa_authenticator *wpa_auth,
216 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 759 milliseconds