Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/esp_supplicant/src/
Desp_wps.c61 static void *s_wps_task_create_sem = NULL; variable
155 xSemaphoreGive(s_wps_task_create_sem); in wps_task()
1937 if (s_wps_task_create_sem) { in wps_task_deinit()
1938 vSemaphoreDelete(s_wps_task_create_sem); in wps_task_deinit()
1939 s_wps_task_create_sem = NULL; in wps_task_deinit()
1982 s_wps_task_create_sem = xSemaphoreCreateCounting(1, 0); in wps_task_init()
1983 if (!s_wps_task_create_sem) { in wps_task_init()
2003 xSemaphoreTake(s_wps_task_create_sem, portMAX_DELAY); in wps_task_init()
2004 vSemaphoreDelete(s_wps_task_create_sem); in wps_task_init()
2005 s_wps_task_create_sem = NULL; in wps_task_init()