HomeSort by relevance Sort by last modified time
    Searched full:preauth (Results 1 - 25 of 38) sorted by null

1 2

  /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/dropbear/
process-packet.c 96 /* Kindly the protocol authors gave all the preauth packets type values
118 TRACE(("preauth unknown packet"))
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java 70 public static final String PREAUTH = "PREAUTH";
ImapResponse.java 36 || ImapConstants.PREAUTH.equalsIgnoreCase(symbol)
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.h 61 void (*finished)(void *ctx, void *sta_ctx, int success, int preauth);
  /external/openssh/
README.privsep 22 preauth environment:
sandbox-systrace.c 49 /* Permitted syscalls in preauth. Unlisted syscalls get SYSTR_POLICY_KILL */
servconf.c     [all...]
monitor.c 357 debug3("preauth child monitor started");
534 do_log2(level, "%s [preauth]", msg);
    [all...]
sshd.c 659 fatal("%s: preauth child exited with status %d",
662 fatal("%s: preauth child terminated by signal %d",
    [all...]
  /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/chromium/third_party/libjingle/source/talk/xmpp/
xmppclient.h 80 PreXmppAuth * preauth);
xmppclient.cc 120 // This is only true when using Gaia auth, so let's say if there's no preauth,
  /external/wpa_supplicant_8/hostapd/
dump_state.c 121 (sta->flags & WLAN_STA_PREAUTH ? "[PREAUTH]" : ""),
  /external/wpa_supplicant_8/src/ap/
preauth_auth.c 261 wpa_printf(MSG_ERROR, "Failed to send preauth packet using "
ieee802_1x.c     [all...]
  /external/wpa_supplicant_8/src/common/
defs.h 163 * 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"
228 " index=%d preauth=%d",
231 data->pmkid_candidate.preauth);
235 data->pmkid_candidate.preauth);
    [all...]
wpas_glue.c 797 ctx->preauth = 0;
ctrl_iface.c 20 #include "rsn_supp/preauth.h"
480 wpa_printf(MSG_DEBUG, "CTRL_IFACE PREAUTH: invalid address "
485 wpa_printf(MSG_DEBUG, "CTRL_IFACE PREAUTH " MACSTR, MAC2STR(bssid));
    [all...]
eapol_test.c 479 ctx->preauth = 0;
    [all...]
  /external/chromium/third_party/libjingle/
mods-since-v0_4_0.diff     [all...]

Completed in 1362 milliseconds

1 2