Searched defs:preauth (Results 1 - 19 of 19) sorted by relevance

/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/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_8/hostapd/src/ap/
H A Dieee802_1x.c1567 int preauth)
1571 if (preauth)
1566 _ieee802_1x_finished(void *ctx, void *sta_ctx, int success, int preauth) argument
H A Dwpa_auth.c2718 const int preauth = 1; local
2720 const int preauth = 0; local
2731 wpa_bool_txt(preauth),
/external/wpa_supplicant_8/src/ap/
H A Dieee802_1x.c1567 int preauth)
1571 if (preauth)
1566 _ieee802_1x_finished(void *ctx, void *sta_ctx, int success, int preauth) argument
H A Dwpa_auth.c2718 const int preauth = 1; local
2720 const int preauth = 0; local
2731 wpa_bool_txt(preauth),
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_1x.c1567 int preauth)
1571 if (preauth)
1566 _ieee802_1x_finished(void *ctx, void *sta_ctx, int success, int preauth) argument
H A Dwpa_auth.c2718 const int preauth = 1; local
2720 const int preauth = 0; local
2731 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)
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h3499 int preauth; member in struct:wpa_event_data::pmkid_candidate
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h3499 int preauth; member in struct:wpa_event_data::pmkid_candidate
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h3499 int preauth; member in struct:wpa_event_data::pmkid_candidate

Completed in 215 milliseconds