Home
last modified time | relevance | path

Searched refs:ESP_ERR_WIFI_NOT_STOPPED (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/esp_common/src/
Desp_err_to_name.c327 # ifdef ESP_ERR_WIFI_NOT_STOPPED
328 …ERR_TBL_IT(ESP_ERR_WIFI_NOT_STOPPED), /* 12291 0x3003 WiFi driver was not st…
/hal_espressif-3.6.0/components/esp_wifi/src/
Dwifi_init.c95 return ESP_ERR_WIFI_NOT_STOPPED; in esp_wifi_deinit()
/hal_espressif-3.6.0/components/esp_wifi/include/
Desp_wifi.h66 #define ESP_ERR_WIFI_NOT_STOPPED (ESP_ERR_WIFI_BASE + 3) /*!< WiFi driver was not stopped by esp_… macro
/hal_espressif-3.6.0/components/esp_wifi/test/
Dtest_wifi_init.c245 TEST_ESP_ERR(ESP_ERR_WIFI_NOT_STOPPED, esp_wifi_deinit()); in wifi_deinit_task()
/hal_espressif-3.6.0/zephyr/esp32s3/src/wifi/
Desp_wifi_adapter.c947 return ESP_ERR_WIFI_NOT_STOPPED; in esp_wifi_deinit()