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

12

/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"
147 wpa_hexdump(MSG_MSGDUMP, "TX EAPOL (preauth)", msg, msglen);
210 ctx->preauth = 1;
234 * preauth EAPOL-Start frame may end up being dropped due to race
345 * @preauth: Whether the candidate AP advertises support for pre-authentication
352 int prio, int preauth)
360 if (!preauth) {
362 "preauth flag");
408 /* TODO: schedule periodic scans if current AP supports preauth */
351 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"
147 wpa_hexdump(MSG_MSGDUMP, "TX EAPOL (preauth)", msg, msglen);
210 ctx->preauth = 1;
234 * preauth EAPOL-Start frame may end up being dropped due to race
345 * @preauth: Whether the candidate AP advertises support for pre-authentication
352 int prio, int preauth)
360 if (!preauth) {
362 "preauth flag");
408 /* TODO: schedule periodic scans if current AP supports preauth */
351 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"
147 wpa_hexdump(MSG_MSGDUMP, "TX EAPOL (preauth)", msg, msglen);
210 ctx->preauth = 1;
234 * preauth EAPOL-Start frame may end up being dropped due to race
345 * @preauth: Whether the candidate AP advertises support for pre-authentication
352 int prio, int preauth)
360 if (!preauth) {
362 "preauth flag");
408 /* TODO: schedule periodic scans if current AP supports preauth */
351 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) argument
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppclient.h82 PreXmppAuth * preauth);
/external/wpa_supplicant_8/hostapd/src/eapol_auth/
H A Deapol_auth_sm.h63 void (*finished)(void *ctx, void *sta_ctx, int success, int preauth,
/external/wpa_supplicant_8/src/eapol_auth/
H A Deapol_auth_sm.h63 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.h63 void (*finished)(void *ctx, void *sta_ctx, int success, int preauth,
/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.h87 * preauth - IEEE 802.11i/RSN pre-authentication
92 int preauth; member in struct:eapol_ctx
/external/wpa_supplicant_8/src/eapol_supp/
H A Deapol_supp_sm.h87 * preauth - IEEE 802.11i/RSN pre-authentication
92 int preauth; member in struct:eapol_ctx
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.h87 * preauth - IEEE 802.11i/RSN pre-authentication
92 int preauth; member in struct:eapol_ctx
/external/wpa_supplicant_8/wpa_supplicant/
H A Dnmake.mak83 $(OBJDIR)\preauth.obj \
H A Dwpas_glue.c857 ctx->preauth = 0;
H A Devents.c20 #include "rsn_supp/preauth.h"
265 " index=%d preauth=%d",
268 data->pmkid_candidate.preauth);
272 data->pmkid_candidate.preauth);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth.c2846 const int preauth = 1; local
2848 const int preauth = 0; local
2859 wpa_bool_txt(preauth),
H A Dieee802_1x.c1849 int preauth, int remediation)
1853 if (preauth)
1848 _ieee802_1x_finished(void *ctx, void *sta_ctx, int success, int preauth, int remediation) argument
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth.c2846 const int preauth = 1; local
2848 const int preauth = 0; local
2859 wpa_bool_txt(preauth),
H A Dieee802_1x.c1849 int preauth, int remediation)
1853 if (preauth)
1848 _ieee802_1x_finished(void *ctx, void *sta_ctx, int success, int preauth, int remediation) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth.c2846 const int preauth = 1; local
2848 const int preauth = 0; local
2859 wpa_bool_txt(preauth),
H A Dieee802_1x.c1849 int preauth, int remediation)
1853 if (preauth)
1848 _ieee802_1x_finished(void *ctx, void *sta_ctx, int success, int preauth, int remediation) argument
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h3715 int preauth; member in struct:wpa_event_data::pmkid_candidate
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h3715 int preauth; member in struct:wpa_event_data::pmkid_candidate
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h3715 int preauth; member in struct:wpa_event_data::pmkid_candidate

Completed in 254 milliseconds

12