Home
last modified time | relevance | path

Searched refs:SIG_WPS_ENABLE (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wps_i.h20 SIG_WPS_ENABLE = 1, //1 enumerator
Desp_wps.c130 if ( (e->sig >= SIG_WPS_ENABLE) && (e->sig < SIG_WPS_NUM) ) { in wps_task()
143 case SIG_WPS_ENABLE: in wps_task()
153 if (e->sig == SIG_WPS_ENABLE) { in wps_task()
1891 ret = wps_post_block(SIG_WPS_ENABLE, (esp_wps_config_t *)config); in esp_wifi_wps_enable()