Skip to content

Commit

Permalink
fix (wifi_prov): Retry provisioning on WIFI_AUTH_EXPIRE event
Browse files Browse the repository at this point in the history
- Closes #11749
  • Loading branch information
laukik-hase committed Jul 3, 2023
1 parent 91f16fe commit d0a30c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/wifi_provisioning/src/manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d0a30c1

Please sign in to comment.