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

  /external/wpa_supplicant_8/src/rsn_supp/
preauth.h 24 int prio, int preauth);
62 int prio, int preauth)
preauth.c 16 #include "preauth.h"
145 wpa_hexdump(MSG_MSGDUMP, "TX EAPOL (preauth)", msg, msglen);
164 * or from driver reports. In addition, ctrl_iface PREAUTH command can trigger
208 ctx->preauth = 1;
232 * preauth EAPOL-Start frame may end up being dropped due to race
343 * @preauth: Whether the candidate AP advertises support for pre-authentication
350 int prio, int preauth)
358 if (!preauth) {
360 "preauth flag");
406 /* TODO: schedule periodic scans if current AP supports preauth */
    [all...]
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppclient.h 80 PreXmppAuth * preauth);
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppclient.h 82 PreXmppAuth * preauth);
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.h 63 void (*finished)(void *ctx, void *sta_ctx, int success, int preauth);
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 71 * preauth - IEEE 802.11i/RSN pre-authentication
76 int preauth; member in struct:eapol_ctx
  /external/wpa_supplicant_8/wpa_supplicant/
nmake.mak 83 $(OBJDIR)\preauth.obj \
eapol_test.c 479 ctx->preauth = 0;
    [all...]
wpas_glue.c 804 ctx->preauth = 0;
events.c 20 #include "rsn_supp/preauth.h"
232 " index=%d preauth=%d",
235 data->pmkid_candidate.preauth);
239 data->pmkid_candidate.preauth);
    [all...]
Makefile 208 OBJS += ../src/rsn_supp/preauth.o
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth.c 2718 const int preauth = 1; local
2720 const int preauth = 0; local
    [all...]
ieee802_1x.c     [all...]
  /external/openssh/
servconf.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 3499 int preauth; member in struct:wpa_event_data::pmkid_candidate
    [all...]
driver_ndis.c     [all...]
driver_wext.c 357 data.pmkid_candidate.preauth = cand->flags & IW_PMKID_CAND_PREAUTH;
    [all...]
driver_nl80211.c     [all...]
  /hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_mac80211.c 246 data.pmkid_candidate.preauth = cand->flags & IW_PMKID_CAND_PREAUTH;
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 970 uint8 preauth; member in struct:_pmkid_cand
    [all...]

Completed in 186 milliseconds