HomeSort by relevance Sort by last modified time
    Searched refs:mschapv2_retry (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/eap_peer/
eap_config.h 438 * "autheap=MSCHAPV2 autheap=MD5" for EAP-TTLS. "mschapv2_retry=0" can
666 * mschapv2_retry - MSCHAPv2 retry in progress
671 int mschapv2_retry; member in struct:eap_peer_config
eap_mschapv2.c 477 os_strstr(config->phase2, "mschapv2_retry=0")) {
497 if (!config->mschapv2_retry)
500 config->mschapv2_retry = 1;
503 config->mschapv2_retry = 0;
792 if (config->mschapv2_retry && data->prev_challenge &&
799 config->mschapv2_retry = 0;

Completed in 94 milliseconds