Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_common/src/
Desp_err_to_name.c342 # ifdef ESP_ERR_WIFI_NOT_INIT
343 …ERR_TBL_IT(ESP_ERR_WIFI_NOT_INIT), /* 12289 0x3001 WiFi driver was not in…
/hal_espressif-latest/zephyr/port/wifi/
Dwifi_init.c189 return ESP_ERR_WIFI_NOT_INIT; in esp_wifi_deinit()
/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi.h65 #define ESP_ERR_WIFI_NOT_INIT (ESP_ERR_WIFI_BASE + 1) /*!< WiFi driver was not installed… macro
/hal_espressif-latest/components/esp_wifi/src/
Dwifi_init.c230 return ESP_ERR_WIFI_NOT_INIT; in esp_wifi_deinit()
/hal_espressif-latest/components/esp_wifi/wifi_apps/src/
Dnan_app.c736 if (ret == ESP_ERR_WIFI_NOT_INIT) { in esp_wifi_nan_start()