Home
last modified time | relevance | path

Searched refs:phase2_auth (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/eap_peer/
H A Deap_peap.c70 enum { NO_AUTH, FOR_INITIAL, ALWAYS } phase2_auth; member
119 data->phase2_auth = NO_AUTH; in eap_peap_parse_phase1()
123 data->phase2_auth = FOR_INITIAL; in eap_peap_parse_phase1()
127 data->phase2_auth = ALWAYS; in eap_peap_parse_phase1()
159 data->phase2_auth = FOR_INITIAL; in eap_peap_init()
475 if ((data->phase2_auth == ALWAYS || in peap_phase2_sufficient()
476 (data->phase2_auth == FOR_INITIAL && in peap_phase2_sufficient()
1237 data->phase2_success && data->phase2_auth != ALWAYS; in eap_peap_has_reauth_data()
H A Deap_ttls.c69 enum { NO_AUTH, FOR_INITIAL, ALWAYS } phase2_auth; member
77 data->phase2_auth = NO_AUTH; in eap_ttls_parse_phase1()
81 data->phase2_auth = FOR_INITIAL; in eap_ttls_parse_phase1()
85 data->phase2_auth = ALWAYS; in eap_ttls_parse_phase1()
106 data->phase2_auth = FOR_INITIAL; in eap_ttls_init()
1733 data->phase2_success && data->phase2_auth != ALWAYS; in eap_ttls_has_reauth_data()
/freebsd/contrib/wpa/wpa_supplicant/
H A DChangeLog39 * EAP-PEAP: require Phase 2 authentication by default (phase2_auth=1)