Skip to content

Commit

Permalink
wifi_provisioning: fix error codes for wifi connect retry
Browse files Browse the repository at this point in the history
Closes: #9399
  • Loading branch information
hmalpani committed Oct 12, 2022
1 parent 1bbd524 commit 9b07007
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 @@ -881,7 +881,6 @@ static void wifi_prov_mgr_event_handler_internal(
case WIFI_REASON_AUTH_EXPIRE:
case WIFI_REASON_4WAY_HANDSHAKE_TIMEOUT:
case WIFI_REASON_AUTH_FAIL:
case WIFI_REASON_ASSOC_EXPIRE:
case WIFI_REASON_HANDSHAKE_TIMEOUT:
case WIFI_REASON_MIC_FAILURE:
ESP_LOGE(TAG, "STA Auth Error");
Expand Down

0 comments on commit 9b07007

Please sign in to comment.