Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/include/
Desp_wps.h34 #define ESP_ERR_WIFI_WPS_SM (ESP_ERR_WIFI_BASE + 53) /*!< WPS state machine is not initialize… macro
/hal_espressif-latest/components/esp_common/src/
Desp_err_to_name.c427 # ifdef ESP_ERR_WIFI_WPS_SM
428 …ERR_TBL_IT(ESP_ERR_WIFI_WPS_SM), /* 12341 0x3035 WPS state machine is n…
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_hostpad_wps.c282 return ESP_ERR_WIFI_WPS_SM; in wifi_ap_wps_start_internal()
Desp_wps.c2018 return ESP_ERR_WIFI_WPS_SM; in esp_wifi_wps_start()