Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:retry

464 	int retry = 1;
485 retry = atoi(pos);
486 wpa_printf(MSG_DEBUG, "EAP-MSCHAPV2: retry is %sallowed",
487 retry == 1 ? "" : "not ");
536 "EAP-MSCHAPV2: failure message: '%s' (retry %sallowed, error "
538 msg, retry == 1 ? "" : "not ", data->prev_error);
547 } else if (retry == 1 && config) {
559 return retry == 1;
678 int retry = 0;
694 retry = eap_mschapv2_failure_txt(sm, data, buf);
711 } else if (retry && data->prev_error == ERROR_AUTHENTICATION_FAILURE) {
712 /* TODO: could try to retry authentication, e.g, after having
781 * again in case retry is allowed after a possible failure.