mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix (wifi_prov): Retry provisioning on WIFI_AUTH_EXPIRE
event
- Closes https://github.com/espressif/esp-idf/issues/11749
This commit is contained in:
parent
b6fa48e3b9
commit
6dce3d79d6
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user