/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...] |