Searched refs:retry (Results 1 – 8 of 8) sorted by relevance
370 int retry = 1; in eap_mschapv2_failure_txt() local391 retry = atoi(pos); in eap_mschapv2_failure_txt()393 retry == 1 ? "" : "not "); in eap_mschapv2_failure_txt()440 if (data->prev_error == ERROR_AUTHENTICATION_FAILURE && retry && in eap_mschapv2_failure_txt()445 retry = 0; in eap_mschapv2_failure_txt()455 } else if (retry == 1 && config) { in eap_mschapv2_failure_txt()467 return retry == 1; in eap_mschapv2_failure_txt()616 int retry = 0; in eap_mschapv2_failure() local628 retry = eap_mschapv2_failure_txt(sm, data, buf); in eap_mschapv2_failure()645 } else if (retry && data->prev_error == ERROR_AUTHENTICATION_FAILURE) { in eap_mschapv2_failure()
43 for retry in reversed(range(3)):59 elif not retry:
478 for retry in range(100):
396 retry: in esp_blufi_send_encap()409 goto retry; in esp_blufi_send_encap()
32 …uint32_t retry : 1; /*When this bit is set the MAC attempts only one transmission. When a… member
14 - **esptool**: Add option to retry connection in a loop30 - **write_flash**: retry flashing if chip disconnects
229 mac_regs->gmacconfig.retry = !enable; in emac_ll_retry_enable()
27 If flashing fails with random errors part way through, retry with a lower baud rate.