/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" 147 wpa_hexdump(MSG_MSGDUMP, "TX EAPOL (preauth)", msg, msglen); 166 * or from driver reports. In addition, ctrl_iface PREAUTH command can trigger 210 ctx->preauth = 1; 234 * preauth EAPOL-Start frame may end up being dropped due to race 345 * @preauth: Whether the candidate AP advertises support for pre-authentication 352 int prio, int preauth) 360 if (!preauth) { 362 "preauth flag"); 408 /* TODO: schedule periodic scans if current AP supports preauth */ [all...] |
wpa.c | 19 #include "preauth.h" 515 * likelihood of the first preauth EAPOL-Start frame getting to [all...] |
/external/wpa_supplicant_8/src/eapol_auth/ |
eapol_auth_sm.h | 63 void (*finished)(void *ctx, void *sta_ctx, int success, int preauth,
|
/packages/apps/Email/src/com/android/email/mail/store/imap/ |
ImapConstants.java | 73 public static final String PREAUTH = "PREAUTH";
|
ImapResponse.java | 36 || ImapConstants.PREAUTH.equalsIgnoreCase(symbol)
|
/external/wpa_supplicant_8/src/eapol_supp/ |
eapol_supp_sm.h | 82 * preauth - IEEE 802.11i/RSN pre-authentication 87 int preauth; member in struct:eapol_ctx
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
xmppclient.h | 82 PreXmppAuth * preauth);
|
/external/wpa_supplicant_8/src/ap/ |
preauth_auth.c | 261 wpa_printf(MSG_ERROR, "Failed to send preauth packet using "
|
sta_info.c | 1078 (flags & WLAN_STA_PREAUTH ? "[PREAUTH]" : ""),
|
ieee802_1x.c | [all...] |
wpa_auth.c | 2845 const int preauth = 1; local 2847 const int preauth = 0; local [all...] |
/external/wpa_supplicant_8/src/common/ |
defs.h | 144 * wpa_supplicant_set_state(). In WPA state machine (wpa.c and preauth.c), the
|
/external/wpa_supplicant_8/wpa_supplicant/ |
preauth_test.c | 25 #include "rsn_supp/preauth.h"
|
nmake.mak | 83 $(OBJDIR)\preauth.obj \
|
events.c | 20 #include "rsn_supp/preauth.h" 265 " index=%d preauth=%d", 268 data->pmkid_candidate.preauth); 272 data->pmkid_candidate.preauth); [all...] |
wpas_glue.c | 837 ctx->preauth = 0;
|
ctrl_iface.c | 21 #include "rsn_supp/preauth.h" 489 wpa_printf(MSG_DEBUG, "CTRL_IFACE PREAUTH: invalid address " 494 wpa_printf(MSG_DEBUG, "CTRL_IFACE PREAUTH " MACSTR, MAC2STR(bssid)); [all...] |
Android.mk | 230 OBJS += src/rsn_supp/preauth.c [all...] |
eapol_test.c | 563 ctx->preauth = 0; [all...] |
Makefile | 231 OBJS += ../src/rsn_supp/preauth.o [all...] |
/external/chromium_org/third_party/libjingle/ |
mods-since-v0_4_0.diff | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
imaplib.py | 185 if 'PREAUTH' in self.untagged_responses: [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
imaplib.py | 185 if 'PREAUTH' in self.untagged_responses: [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver_wext.c | 345 data.pmkid_candidate.preauth = cand->flags & IW_PMKID_CAND_PREAUTH; [all...] |