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 492 * "autheap=MSCHAPV2 autheap=MD5" for EAP-TTLS. "mschapv2_retry=0" can
720 * mschapv2_retry - MSCHAPv2 retry in progress
725 int mschapv2_retry; member in struct:eap_peer_config
eap_mschapv2.c 475 os_strstr(config->phase2, "mschapv2_retry=0")) {
495 if (!config->mschapv2_retry)
498 config->mschapv2_retry = 1;
501 config->mschapv2_retry = 0;
790 if (config->mschapv2_retry && data->prev_challenge &&
797 config->mschapv2_retry = 0;

Completed in 340 milliseconds