Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_mschapv2.c495 if (!config->mschapv2_retry) in eap_mschapv2_failure_txt()
498 config->mschapv2_retry = 1; in eap_mschapv2_failure_txt()
501 config->mschapv2_retry = 0; in eap_mschapv2_failure_txt()
790 if (config->mschapv2_retry && data->prev_challenge && in eap_mschapv2_process()
797 config->mschapv2_retry = 0; in eap_mschapv2_process()
Deap_config.h725 int mschapv2_retry; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_mschapv2.c495 if (!config->mschapv2_retry) in eap_mschapv2_failure_txt()
498 config->mschapv2_retry = 1; in eap_mschapv2_failure_txt()
501 config->mschapv2_retry = 0; in eap_mschapv2_failure_txt()
790 if (config->mschapv2_retry && data->prev_challenge && in eap_mschapv2_process()
797 config->mschapv2_retry = 0; in eap_mschapv2_process()
Deap_config.h622 int mschapv2_retry; member