wifi_provisioning: fix error codes for wifi connect retry

Closes: https://github.com/espressif/esp-idf/issues/9399
This commit is contained in:
Harshit Malpani
2022-10-12 12:06:18 +05:30
parent 903cb5eae8
commit 12628677c5

View File

@ -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");