Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_wifi_retry' into 'master'
Browse files Browse the repository at this point in the history
wifi_provisioning: fix error codes for wifi connect retry

See merge request espressif/esp-idf!20558
  • Loading branch information
mahavirj committed Oct 13, 2022
2 parents c4be293 + 9b07007 commit 836dc4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/wifi_provisioning/src/manager.c
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 836dc4a

Please sign in to comment.