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

  /external/wpa_supplicant_8/src/rsn_supp/
preauth.h 24 int prio, int preauth);
62 int prio, int preauth)
Makefile 23 preauth.o \
preauth.c 16 #include "preauth.h"
148 wpa_hexdump(MSG_MSGDUMP, "TX EAPOL (preauth)", msg, msglen);
167 * or from driver reports. In addition, ctrl_iface PREAUTH command can trigger
214 ctx->preauth = 1;
239 * preauth EAPOL-Start frame may end up being dropped due to race
361 * @preauth: Whether the candidate AP advertises support for pre-authentication
368 int prio, int preauth)
376 if (!preauth) {
378 "preauth flag");
436 /* TODO: schedule periodic scans if current AP supports preauth */
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
xmppclient.h 64 PreXmppAuth * preauth);
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.h 68 void (*finished)(void *ctx, void *sta_ctx, int success, int preauth,
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 89 * preauth - IEEE 802.11i/RSN pre-authentication
94 int preauth; member in struct:eapol_ctx
eapol_supp_sm.c 253 if (sm->ctx->preauth)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
nmake.mak 83 $(OBJDIR)\preauth.obj \
wpas_glue.c 1052 ctx->preauth = 0;
    [all...]
eapol_test.c 600 ctx->preauth = 0;
    [all...]
events.c 20 #include "rsn_supp/preauth.h"
351 " index=%d preauth=%d",
354 data->pmkid_candidate.preauth);
358 data->pmkid_candidate.preauth);
    [all...]
  /external/openssh/
servconf.c     [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_1x.c     [all...]
wpa_auth.c 3587 const int preauth = 1; local
3589 const int preauth = 0; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 4592 int preauth; member in struct:wpa_event_data::pmkid_candidate
    [all...]
driver_ndis.c     [all...]
driver_nl80211_event.c     [all...]
driver_wext.c 349 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 264 milliseconds