HomeSort by relevance Sort by last modified time
    Searched refs:preauth (Results 1 - 25 of 26) sorted by null

1 2

  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
preauth.h 29 int prio, int preauth);
61 int prio, int preauth)
preauth.c 23 #include "preauth.h"
155 wpa_hexdump(MSG_MSGDUMP, "TX EAPOL (preauth)", msg, msglen);
174 * or from driver reports. In addition, ctrl_iface PREAUTH command can trigger
218 ctx->preauth = 1;
242 * preauth EAPOL-Start frame may end up being dropped due to race
353 * @preauth: Whether the candidate AP advertises support for pre-authentication
360 int prio, int preauth)
368 if (!preauth) {
370 "preauth flag");
423 /* TODO: schedule periodic scans if current AP supports preauth */
    [all...]
  /external/wpa_supplicant/
preauth.h 41 int prio, int preauth);
70 int prio, int preauth)
wpa_supplicant.h 237 int preauth; member in struct:wpa_event_data::pmkid_candidate
preauth.c 24 #include "preauth.h"
155 wpa_hexdump(MSG_MSGDUMP, "TX EAPOL (preauth)", msg, msglen);
174 * or from driver reports. In addition, ctrl_iface PREAUTH command can trigger
217 ctx->preauth = 1;
242 * preauth EAPOL-Start frame may end up being dropped due to race
351 * @preauth: Whether the candidate AP advertises support for pre-authentication
358 int prio, int preauth)
365 if (!preauth) {
367 "preauth flag");
420 /* TODO: schedule periodic scans if current AP supports preauth */
    [all...]
eapol_sm.h 77 * preauth - IEEE 802.11i/RSN pre-authentication
82 int preauth; member in struct:eapol_ctx
events.c 26 #include "preauth.h"
132 " index=%d preauth=%d",
135 data->pmkid_candidate.preauth);
139 data->pmkid_candidate.preauth);
Android.mk 610 OBJS += wpa.c preauth.c pmksa_cache.c
Makefile 718 OBJS += wpa.o preauth.o pmksa_cache.o
eapol_test.c 359 ctx->preauth = 0;
driver_ndis.c     [all...]
driver_wext.c 462 data.pmkid_candidate.preauth = cand->flags & IW_PMKID_CAND_PREAUTH;
    [all...]
wpa_supplicant.c 34 #include "preauth.h"
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.h 77 * preauth - IEEE 802.11i/RSN pre-authentication
82 int preauth; member in struct:eapol_ctx
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver.h 1284 int preauth; member in struct:wpa_event_data::pmkid_candidate
    [all...]
driver_ralink.c 296 event.pmkid_candidate.preauth =
    [all...]
driver_ndis.c     [all...]
driver_nl80211.c 550 data.pmkid_candidate.preauth = cand->flags & IW_PMKID_CAND_PREAUTH;
    [all...]
driver_wext.c 416 data.pmkid_candidate.preauth = cand->flags & IW_PMKID_CAND_PREAUTH;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
events.c 26 #include "preauth.h"
143 " index=%d preauth=%d",
146 data->pmkid_candidate.preauth);
150 data->pmkid_candidate.preauth);
wpas_glue.c 549 ctx->preauth = 0;
eapol_test.c 402 ctx->preauth = 0;
Android.mk 971 OBJS += src/rsn_supp/preauth.c
Makefile 948 OBJS += ../src/rsn_supp/preauth.o
  /hardware/broadcom/wlan/bcm4329/src/include/
wlioctl.h 373 uint8 preauth; member in struct:_pmkid_cand
    [all...]

Completed in 177 milliseconds

1 2