Searched refs:preauth (Results 1 - 25 of 50) sorted by relevance

12

/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
H A Dpreauth.h29 int prio, int preauth);
61 int prio, int preauth)
59 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) argument
H A Dpreauth.c23 #include "preauth.h"
155 wpa_hexdump(MSG_MSGDUMP, "TX EAPOL (preauth)", msg, msglen);
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 */
359 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) argument
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpreauth.h24 int prio, int preauth);
62 int prio, int preauth)
60 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) argument
H A Dpreauth.c16 #include "preauth.h"
145 wpa_hexdump(MSG_MSGDUMP, "TX EAPOL (preauth)", msg, msglen);
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 */
349 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) argument
/external/wpa_supplicant_8/src/rsn_supp/
H A Dpreauth.h24 int prio, int preauth);
62 int prio, int preauth)
60 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) argument
H A Dpreauth.c16 #include "preauth.h"
145 wpa_hexdump(MSG_MSGDUMP, "TX EAPOL (preauth)", msg, msglen);
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 */
349 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) argument
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dpreauth.h24 int prio, int preauth);
62 int prio, int preauth)
60 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) argument
H A Dpreauth.c16 #include "preauth.h"
145 wpa_hexdump(MSG_MSGDUMP, "TX EAPOL (preauth)", msg, msglen);
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 */
349 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) argument
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dxmppclient.h80 PreXmppAuth * preauth);
/external/wpa_supplicant_8/hostapd/src/eapol_auth/
H A Deapol_auth_sm.h61 void (*finished)(void *ctx, void *sta_ctx, int success, int preauth);
/external/wpa_supplicant_8/src/eapol_auth/
H A Deapol_auth_sm.h61 void (*finished)(void *ctx, void *sta_ctx, int success, int preauth);
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_auth/
H A Deapol_auth_sm.h61 void (*finished)(void *ctx, void *sta_ctx, int success, int preauth);
/external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.h77 * preauth - IEEE 802.11i/RSN pre-authentication
82 int preauth; member in struct:eapol_ctx
/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.h71 * preauth - IEEE 802.11i/RSN pre-authentication
76 int preauth; member in struct:eapol_ctx
/external/wpa_supplicant_8/src/eapol_supp/
H A Deapol_supp_sm.h71 * preauth - IEEE 802.11i/RSN pre-authentication
76 int preauth; member in struct:eapol_ctx
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.h71 * preauth - IEEE 802.11i/RSN pre-authentication
76 int preauth; member in struct:eapol_ctx
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Ddriver.h1284 int preauth; member in struct:wpa_event_data::pmkid_candidate
/external/wpa_supplicant_6/wpa_supplicant/
H A Devents.c26 #include "preauth.h"
144 " index=%d preauth=%d",
147 data->pmkid_candidate.preauth);
151 data->pmkid_candidate.preauth);
H A Dwpas_glue.c549 ctx->preauth = 0;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dnmake.mak83 $(OBJDIR)\preauth.obj \
H A Dwpas_glue.c786 ctx->preauth = 0;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth.c2742 const int preauth = 1; local
2744 const int preauth = 0; local
2755 wpa_bool_txt(preauth),
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth.c2742 const int preauth = 1; local
2744 const int preauth = 0; local
2755 wpa_bool_txt(preauth),
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth.c2742 const int preauth = 1; local
2744 const int preauth = 0; local
2755 wpa_bool_txt(preauth),
/external/openssh/
H A Dservconf.c1499 * If the preauth flag is set, we do not bother copying the string or
1504 copy_set_server_options(ServerOptions *dst, ServerOptions *src, int preauth) argument
1537 if (preauth)

Completed in 306 milliseconds

12