mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 05:04:33 +02:00
Merge branch 'fix/wifi_prov_mgr_retry_auth_expire' into 'master'
fix (wifi_prov): Retry provisioning on `WIFI_AUTH_EXPIRE` event Closes IDFGH-10503 and IDFGH-9793 See merge request espressif/esp-idf!24548
This commit is contained in:
@@ -950,7 +950,6 @@ static void wifi_prov_mgr_event_handler_internal(
|
|||||||
|
|
||||||
/* Set code corresponding to the reason for disconnection */
|
/* Set code corresponding to the reason for disconnection */
|
||||||
switch (disconnected->reason) {
|
switch (disconnected->reason) {
|
||||||
case WIFI_REASON_AUTH_EXPIRE:
|
|
||||||
case WIFI_REASON_4WAY_HANDSHAKE_TIMEOUT:
|
case WIFI_REASON_4WAY_HANDSHAKE_TIMEOUT:
|
||||||
case WIFI_REASON_AUTH_FAIL:
|
case WIFI_REASON_AUTH_FAIL:
|
||||||
case WIFI_REASON_HANDSHAKE_TIMEOUT:
|
case WIFI_REASON_HANDSHAKE_TIMEOUT:
|
||||||
|
Reference in New Issue
Block a user