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

1 2 3

  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
preauth.h 29 int prio, int preauth);
61 int prio, int preauth)
preauth.c 23 #include "preauth.h"
155 wpa_hexdump(MSG_MSGDUMP, "TX EAPOL (preauth)", msg, msglen);
174 * or from driver reports. In addition, ctrl_iface PREAUTH command can trigger
218 ctx->preauth = 1;
242 * preauth EAPOL-Start frame may end up being dropped due to race
353 * @preauth: Whether the candidate AP advertises support for pre-authentication
360 int prio, int preauth)
368 if (!preauth) {
370 "preauth flag");
423 /* TODO: schedule periodic scans if current AP supports preauth */
    [all...]
  /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 */
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.h 77 * preauth - IEEE 802.11i/RSN pre-authentication
82 int preauth; member in struct:eapol_ctx
  /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_6/wpa_supplicant/src/common/
defs.h 99 * wpa_supplicant_set_state(). In WPA state machine (wpa.c and preauth.c), the
  /external/wpa_supplicant_8/hostapd/
dump_state.c 119 (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 "
  /external/wpa_supplicant_8/src/common/
defs.h 130 * wpa_supplicant_set_state(). In WPA state machine (wpa.c and preauth.c), the
  /external/wpa_supplicant_6/wpa_supplicant/
events.c 26 #include "preauth.h"
144 " index=%d preauth=%d",
147 data->pmkid_candidate.preauth);
151 data->pmkid_candidate.preauth);
preauth_test.c 31 #include "preauth.h"
ctrl_iface.c 26 #include "preauth.h"
91 wpa_printf(MSG_DEBUG, "CTRL_IFACE PREAUTH: invalid address "
96 wpa_printf(MSG_DEBUG, "CTRL_IFACE PREAUTH " MACSTR, MAC2STR(bssid));
719 ret = os_snprintf(pos, end - pos, "-preauth");
    [all...]
wpa_cli.c 352 printf("Invalid PREAUTH command: needs one argument "
357 res = os_snprintf(cmd, sizeof(cmd), "PREAUTH %s", argv[0]);
359 printf("Too long PREAUTH command.\n");
    [all...]
wpas_glue.c 549 ctx->preauth = 0;
  /external/wpa_supplicant_8/wpa_supplicant/
preauth_test.c 25 #include "rsn_supp/preauth.h"
nmake.mak 83 $(OBJDIR)\preauth.obj \

Completed in 609 milliseconds

1 2 3