Home
last modified time | relevance | path

Searched refs:ESP_ERR_WIFI_NOT_STARTED (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/esp_common/src/
Desp_err_to_name.c324 # ifdef ESP_ERR_WIFI_NOT_STARTED
325 …ERR_TBL_IT(ESP_ERR_WIFI_NOT_STARTED), /* 12290 0x3002 WiFi driver was not st…
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/
Dwifi_connect.c97 if (err == ESP_ERR_WIFI_NOT_STARTED) { in on_wifi_disconnect()
/hal_espressif-3.6.0/components/esp_wifi/include/
Desp_wifi.h65 #define ESP_ERR_WIFI_NOT_STARTED (ESP_ERR_WIFI_BASE + 2) /*!< WiFi driver was not started by esp_… macro
/hal_espressif-3.6.0/examples/common_components/protocol_examples_common/
Dconnect.c256 if (err == ESP_ERR_WIFI_NOT_STARTED) { in on_wifi_disconnect()