Home
last modified time | relevance | path

Searched refs:ESP_ERR_WIFI_MODE (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/esp_common/src/
Desp_err_to_name.c333 # ifdef ESP_ERR_WIFI_MODE
334 ERR_TBL_IT(ESP_ERR_WIFI_MODE), /* 12293 0x3005 WiFi mode error */
/hal_espressif-3.6.0/components/esp_wifi/include/
Desp_wifi.h68 #define ESP_ERR_WIFI_MODE (ESP_ERR_WIFI_BASE + 5) /*!< WiFi mode error */ macro
/hal_espressif-3.6.0/components/wpa_supplicant/esp_supplicant/src/
Desp_wps.c2057 return ESP_ERR_WIFI_MODE; in wps_check_wifi_mode()
2068 return ESP_ERR_WIFI_MODE; in esp_wifi_wps_enable()
2153 return ESP_ERR_WIFI_MODE; in esp_wifi_wps_disable()
2193 return ESP_ERR_WIFI_MODE; in esp_wifi_wps_start()