Home
last modified time | relevance | path

Searched refs:preauth (Results 1 – 19 of 19) sorted by relevance

/hostap-latest/src/rsn_supp/
Dpreauth.h24 int prio, int preauth);
62 int prio, int preauth) in pmksa_candidate_add() argument
DMakefile10 preauth.o \
Dpreauth.c225 ctx->preauth = 1; in rsn_preauth_init()
379 int prio, int preauth) in pmksa_candidate_add() argument
387 if (!preauth) { in pmksa_candidate_add()
/hostap-latest/src/eapol_auth/
Deapol_auth_sm.h49 bool (*finished)(void *ctx, void *sta_ctx, int success, int preauth,
/hostap-latest/doc/
Dcode_structure.doxygen233 \ref preauth.c and \ref preauth.h
Dporting.doxygen182 config_none.c l2_packet_none.c tls_none.c wpa.c preauth.c \
/hostap-latest/src/eapol_supp/
Deapol_supp_sm.h96 int preauth; member
Deapol_supp_sm.c264 if (sm->ctx->preauth) in SM_STATE()
/hostap-latest/tests/
DMakefile118 WPA_OBJS += $(SRC)/rsn_supp/preauth.o
/hostap-latest/wpa_supplicant/
Dnmake.mak83 $(OBJDIR)\preauth.obj \
Deapol_test.c600 ctx->preauth = 0; in test_eapol()
Dwpas_glue.c1201 ctx->preauth = 0; in wpa_supplicant_init_eapol()
Devents.c493 data->pmkid_candidate.preauth); in wpa_supplicant_event_pmkid_candidate()
497 data->pmkid_candidate.preauth); in wpa_supplicant_event_pmkid_candidate()
/hostap-latest/src/ap/
Dieee802_1x.c2350 int preauth, int remediation, bool logoff) in _ieee802_1x_finished() argument
2355 if (preauth) { in _ieee802_1x_finished()
Dwpa_auth.c6118 const int preauth = 1; local
6120 const int preauth = 0; local
6132 wpa_bool_txt(preauth),
/hostap-latest/src/drivers/
Ddriver.h6231 int preauth; member
Ddriver_wext.c340 data.pmkid_candidate.preauth = cand->flags & IW_PMKID_CAND_PREAUTH; in wpa_driver_wext_event_wireless_pmkidcand()
Ddriver_ndis.c1606 event.pmkid_candidate.preauth = in wpa_driver_ndis_event_pmkid()
Ddriver_nl80211_event.c2340 data.pmkid_candidate.preauth = in nl80211_pmksa_candidate_event()