mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 02:37:19 +02:00
Merge branch 'bugfix/fix_wifi_retry_v5.0' into 'release/v5.0'
wifi_provisioning: fix error codes for wifi connect retry (v5.0) See merge request espressif/esp-idf!20716
This commit is contained in:
@ -881,7 +881,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");
|
||||
|
Reference in New Issue
Block a user