Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_common/src/
Desp_err_to_name.c348 # ifdef ESP_ERR_WIFI_NOT_STOPPED
349 …ERR_TBL_IT(ESP_ERR_WIFI_NOT_STOPPED), /* 12291 0x3003 WiFi driver was not st…
/hal_espressif-latest/zephyr/port/wifi/
Dwifi_init.c139 return ESP_ERR_WIFI_NOT_STOPPED; in wifi_deinit_internal()
/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi.h67 #define ESP_ERR_WIFI_NOT_STOPPED (ESP_ERR_WIFI_BASE + 3) /*!< WiFi driver was not stopped b… macro
/hal_espressif-latest/components/esp_wifi/src/
Dwifi_init.c157 return ESP_ERR_WIFI_NOT_STOPPED; in wifi_deinit_internal()