Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wps_i.h29 SIG_WPS_NUM, //10 enumerator
80 u8 wps_sig_cnt[SIG_WPS_NUM];
Desp_wps.c51 static uint8_t s_wps_sig_cnt[SIG_WPS_NUM] = {0};
130 if ( (e->sig >= SIG_WPS_ENABLE) && (e->sig < SIG_WPS_NUM) ) { in wps_task()
1785 os_bzero(s_wps_sig_cnt, SIG_WPS_NUM); in wps_task_init()
1786 s_wps_queue = os_queue_create(SIG_WPS_NUM, sizeof(ETSEvent)); in wps_task_init()