diff --git a/components/wifi_provisioning/src/manager.c b/components/wifi_provisioning/src/manager.c index ae82c77029..b19a5347af 100644 --- a/components/wifi_provisioning/src/manager.c +++ b/components/wifi_provisioning/src/manager.c @@ -869,6 +869,7 @@ static void wifi_prov_mgr_event_handler_internal( 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"); prov_ctx->wifi_disconnect_reason = WIFI_PROV_STA_AUTH_ERROR; break;