Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_mschapv2.c82 int prev_error; member
174 if (data->prev_error) { in eap_mschapv2_challenge_reply()
303 data->prev_error = 0; in eap_mschapv2_password_changed()
391 if (data->prev_error == ERROR_PASSWD_EXPIRED) in eap_mschapv2_success()
413 data->prev_error = atoi(pos); in eap_mschapv2_failure_txt()
415 data->prev_error); in eap_mschapv2_failure_txt()
473 if (data->prev_error == ERROR_AUTHENTICATION_FAILURE && retry && in eap_mschapv2_failure_txt()
483 msg, retry == 1 ? "" : "not ", data->prev_error); in eap_mschapv2_failure_txt()
484 if (data->prev_error == ERROR_PASSWD_EXPIRED && in eap_mschapv2_failure_txt()
680 if (data->prev_error == ERROR_PASSWD_EXPIRED && in eap_mschapv2_failure()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_mschapv2.c82 int prev_error; member
174 if (data->prev_error) { in eap_mschapv2_challenge_reply()
303 data->prev_error = 0; in eap_mschapv2_password_changed()
391 if (data->prev_error == ERROR_PASSWD_EXPIRED) in eap_mschapv2_success()
413 data->prev_error = atoi(pos); in eap_mschapv2_failure_txt()
415 data->prev_error); in eap_mschapv2_failure_txt()
473 if (data->prev_error == ERROR_AUTHENTICATION_FAILURE && retry && in eap_mschapv2_failure_txt()
483 msg, retry == 1 ? "" : "not ", data->prev_error); in eap_mschapv2_failure_txt()
484 if (data->prev_error == ERROR_PASSWD_EXPIRED && in eap_mschapv2_failure_txt()
680 if (data->prev_error == ERROR_PASSWD_EXPIRED && in eap_mschapv2_failure()
[all …]