Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_peap.c69 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()
162 data->phase2_auth = FOR_INITIAL; in eap_peap_init()
470 if ((data->phase2_auth == ALWAYS || in peap_phase2_sufficient()
471 (data->phase2_auth == FOR_INITIAL && in peap_phase2_sufficient()
1237 data->phase2_success && data->phase2_auth != ALWAYS; in eap_peap_has_reauth_data()