Searched refs:mschapv2_retry (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_config.h492 * "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
H A Deap_mschapv2.c475 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 109 milliseconds