mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
wifi_prov_mgr : Updated the set of WIFI_REASON_ codes used for setting WIFI_PROV_STA_AUTH_ERROR
This commit is contained in:
@@ -852,9 +852,8 @@ static void wifi_prov_mgr_event_handler_internal(
|
|||||||
switch (disconnected->reason) {
|
switch (disconnected->reason) {
|
||||||
case WIFI_REASON_AUTH_EXPIRE:
|
case WIFI_REASON_AUTH_EXPIRE:
|
||||||
case WIFI_REASON_4WAY_HANDSHAKE_TIMEOUT:
|
case WIFI_REASON_4WAY_HANDSHAKE_TIMEOUT:
|
||||||
case WIFI_REASON_BEACON_TIMEOUT:
|
|
||||||
case WIFI_REASON_AUTH_FAIL:
|
case WIFI_REASON_AUTH_FAIL:
|
||||||
case WIFI_REASON_ASSOC_FAIL:
|
case WIFI_REASON_ASSOC_EXPIRE:
|
||||||
case WIFI_REASON_HANDSHAKE_TIMEOUT:
|
case WIFI_REASON_HANDSHAKE_TIMEOUT:
|
||||||
ESP_LOGE(TAG, "STA Auth Error");
|
ESP_LOGE(TAG, "STA Auth Error");
|
||||||
prov_ctx->wifi_disconnect_reason = WIFI_PROV_STA_AUTH_ERROR;
|
prov_ctx->wifi_disconnect_reason = WIFI_PROV_STA_AUTH_ERROR;
|
||||||
|
Reference in New Issue
Block a user