fix (wifi_prov): Retry provisioning on `WIFI_AUTH_EXPIRE` event

- Closes https://github.com/espressif/esp-idf/issues/11749
pull/11945/head^2
Laukik Hase 2023-07-03 11:28:04 +05:30
rodzic 91f16fea8c
commit d0a30c1e7b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 11C571361F51A199
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -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: