/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/wpa_supplicant_8/src/eapol_auth/ |
eapol_auth_sm.h | 67 void (*finished)(void *ctx, void *sta_ctx, int success, int preauth,
|
/packages/apps/Email/provider_src/com/android/email/mail/store/imap/ |
ImapConstants.java | 73 public static final String PREAUTH = "PREAUTH";
|
ImapResponse.java | 36 || ImapConstants.PREAUTH.equalsIgnoreCase(symbol)
|
/packages/services/Telephony/src/com/android/phone/common/mail/store/imap/ |
ImapConstants.java | 73 public static final String PREAUTH = "PREAUTH";
|
ImapResponse.java | 35 || ImapConstants.PREAUTH.equalsIgnoreCase(symbol)
|
/external/openssh/ |
README.privsep | 22 preauth environment:
|
sandbox-seccomp-filter.c | 83 /* Syscall filtering set for preauth. */
|
sandbox-systrace.c | 51 /* Permitted syscalls in preauth. Unlisted syscalls get SYSTR_POLICY_KILL */
|
servconf.c | [all...] |
monitor.c | 339 debug3("preauth child monitor started"); 546 do_log2(level, "%s [preauth]", msg); [all...] |
sshd.c | 700 fatal("%s: preauth child exited with status %d", 703 fatal("%s: preauth child terminated by signal %d", [all...] |
/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
|
/external/wpa_supplicant_8/src/ap/ |
preauth_auth.c | 261 wpa_printf(MSG_ERROR, "Failed to send preauth packet using "
|
ieee802_1x.c | [all...] |
sta_info.c | 1138 (flags & WLAN_STA_PREAUTH ? "[PREAUTH]" : ""), [all...] |
wpa_auth.c | 3027 const int preauth = 1; local 3029 const int preauth = 0; local [all...] |
/external/wpa_supplicant_8/src/common/ |
defs.h | 160 * 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" 345 " index=%d preauth=%d", 348 data->pmkid_candidate.preauth); 352 data->pmkid_candidate.preauth); [all...] |
wpas_glue.c | 968 ctx->preauth = 0;
|
Android.mk | 256 OBJS += src/rsn_supp/preauth.c [all...] |