From 04e24078d9faab139e3a279a23bf224add8a269c Mon Sep 17 00:00:00 2001 From: Harshit Malpani Date: Wed, 12 Oct 2022 12:06:18 +0530 Subject: [PATCH] wifi_provisioning: fix error codes for wifi connect retry Closes: https://github.com/espressif/esp-idf/issues/9399 --- components/wifi_provisioning/src/manager.c | 1 - 1 file changed, 1 deletion(-) diff --git a/components/wifi_provisioning/src/manager.c b/components/wifi_provisioning/src/manager.c index 725b3cf99e..ad78af5a5c 100644 --- a/components/wifi_provisioning/src/manager.c +++ b/components/wifi_provisioning/src/manager.c @@ -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");