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

1 2 3

  /external/wpa_supplicant/
preauth.h 41 int prio, int preauth);
70 int prio, int preauth)
preauth.c 24 #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
217 ctx->preauth = 1;
242 * preauth EAPOL-Start frame may end up being dropped due to race
351 * @preauth: Whether the candidate AP advertises support for pre-authentication
358 int prio, int preauth)
365 if (!preauth) {
367 "preauth flag");
420 /* TODO: schedule periodic scans if current AP supports preauth */
    [all...]
eapol_sm.h 77 * preauth - IEEE 802.11i/RSN pre-authentication
82 int preauth; member in struct:eapol_ctx
defs.h 40 * wpa_supplicant_set_state(). In WPA state machine (wpa.c and preauth.c), the
events.c 26 #include "preauth.h"
132 " index=%d preauth=%d",
135 data->pmkid_candidate.preauth);
139 data->pmkid_candidate.preauth);
preauth_test.c 32 #include "preauth.h"
wpa_supplicant.h 237 int preauth; member in struct:wpa_event_data::pmkid_candidate
  /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 30 int prio, int preauth);
68 int prio, int preauth)
preauth.c 22 #include "preauth.h"
152 wpa_hexdump(MSG_MSGDUMP, "TX EAPOL (preauth)", msg, msglen);
171 * or from driver reports. In addition, ctrl_iface PREAUTH command can trigger
215 ctx->preauth = 1;
239 * preauth EAPOL-Start frame may end up being dropped due to race
350 * @preauth: Whether the candidate AP advertises support for pre-authentication
357 int prio, int preauth)
365 if (!preauth) {
367 "preauth flag");
413 /* 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 67 void (*finished)(void *ctx, void *sta_ctx, int success, int preauth);
  /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 77 * preauth - IEEE 802.11i/RSN pre-authentication
82 int preauth; member in struct:eapol_ctx
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppclient.h 80 PreXmppAuth * 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 123 (sta->flags & WLAN_STA_PREAUTH ? "[PREAUTH]" : ""),
  /external/wpa_supplicant_8/src/ap/
preauth_auth.c 267 wpa_printf(MSG_ERROR, "Failed to send preauth packet using "
  /external/wpa_supplicant_8/src/common/
defs.h 131 * 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"
  /external/wpa_supplicant_8/wpa_supplicant/
preauth_test.c 31 #include "rsn_supp/preauth.h"

Completed in 306 milliseconds

1 2 3