Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/wpa_supplicant/esp_supplicant/include/
Desp_wps.h49 #define ESP_ERR_WIFI_WPS_SM (ESP_ERR_WIFI_BASE + 53) /*!< WPS state machine is not initialize… macro
/hal_espressif-3.4.0/components/esp_common/src/
Desp_err_to_name.c389 # ifdef ESP_ERR_WIFI_WPS_SM
390 …ERR_TBL_IT(ESP_ERR_WIFI_WPS_SM), /* 12341 0x3035 WPS state machine is n…
/hal_espressif-3.4.0/components/wpa_supplicant/esp_supplicant/src/
Desp_wps.c2201 return ESP_ERR_WIFI_WPS_SM; in esp_wifi_wps_start()