mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
wifi_provisioning: fix error codes for wifi connect retry
Closes: https://github.com/espressif/esp-idf/issues/9399
This commit is contained in:
parent
755ce1077d
commit
04e24078d9
@ -864,7 +864,6 @@ static void wifi_prov_mgr_event_handler_internal(
|
||||
case WIFI_REASON_AUTH_EXPIRE:
|
||||
case WIFI_REASON_4WAY_HANDSHAKE_TIMEOUT:
|
||||
case WIFI_REASON_AUTH_FAIL:
|
||||
case WIFI_REASON_ASSOC_EXPIRE:
|
||||
case WIFI_REASON_HANDSHAKE_TIMEOUT:
|
||||
case WIFI_REASON_MIC_FAILURE:
|
||||
ESP_LOGE(TAG, "STA Auth Error");
|
||||
|
Loading…
x
Reference in New Issue
Block a user