fix (wifi_prov): Retry provisioning on WIFI_AUTH_EXPIRE event

- Closes https://github.com/espressif/esp-idf/issues/11749
This commit is contained in:
Laukik Hase 2023-07-03 11:28:04 +05:30
parent 91f16fea8c
commit d0a30c1e7b
No known key found for this signature in database
GPG Key ID: 11C571361F51A199

View File

@ -950,7 +950,6 @@ static void wifi_prov_mgr_event_handler_internal(
/* Set code corresponding to the reason for disconnection */
switch (disconnected->reason) {
case WIFI_REASON_AUTH_EXPIRE:
case WIFI_REASON_4WAY_HANDSHAKE_TIMEOUT:
case WIFI_REASON_AUTH_FAIL:
case WIFI_REASON_HANDSHAKE_TIMEOUT: