Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_wifi/test/
Dtest_wifi.c96 TEST_ESP_ERR(ESP_ERR_WIFI_NOT_INIT, esp_wifi_deinit()); in test_wifi_init_deinit()
99 TEST_ESP_ERR(ESP_ERR_WIFI_NOT_INIT, esp_wifi_get_mode(&mode_get)); in test_wifi_init_deinit()
113 TEST_ESP_ERR(ESP_ERR_WIFI_NOT_INIT, esp_wifi_stop()); in test_wifi_start_stop()
/hal_espressif-3.6.0/components/esp_common/src/
Desp_err_to_name.c321 # ifdef ESP_ERR_WIFI_NOT_INIT
322 …ERR_TBL_IT(ESP_ERR_WIFI_NOT_INIT), /* 12289 0x3001 WiFi driver was not in…
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/
Dwifi_connect.c145 if (err == ESP_ERR_WIFI_NOT_INIT) { in stop()
/hal_espressif-3.6.0/components/esp_wifi/include/
Desp_wifi.h64 #define ESP_ERR_WIFI_NOT_INIT (ESP_ERR_WIFI_BASE + 1) /*!< WiFi driver was not installed by es… macro
/hal_espressif-3.6.0/examples/common_components/protocol_examples_common/
Dconnect.c324 if (err == ESP_ERR_WIFI_NOT_INIT) { in wifi_stop()
/hal_espressif-3.6.0/docs/zh_CN/api-guides/
Dwifi.rst65 …- 不可恢复关键性错误,可使用 "assert" 语句处理该类错误。例如,如果 :cpp:func:`esp_wifi_set_mode` 返回 ESP_ERR_WIFI_NOT_INIT,该值意…
/hal_espressif-3.6.0/docs/en/api-guides/
Dwifi.rst63 …r handling. For example, if :cpp:func:`esp_wifi_set_mode` returns ESP_ERR_WIFI_NOT_INIT, it means …