Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wpa3_i.h53 #define WPA3_HOSTAP_AUTH_API_LOCK() os_semphr_take(g_wpa3_hostap_auth_api_lock, OS_BLOCK)
54 #define WPA3_HOSTAP_AUTH_API_UNLOCK() os_semphr_give(g_wpa3_hostap_auth_api_lock)
Desp_wpa3.c402 struct k_sem * g_wpa3_hostap_auth_api_lock = NULL; variable
413 if (g_wpa3_hostap_auth_api_lock) { in wpa3_hostap_post_evt()
585 if (g_wpa3_hostap_auth_api_lock) { in esp_wpa3_hostap_task()
599 if (g_wpa3_hostap_auth_api_lock == NULL) { in wpa3_hostap_auth_init()
600 g_wpa3_hostap_auth_api_lock = os_semphr_create(1, 1); in wpa3_hostap_auth_init()
601 if (!g_wpa3_hostap_auth_api_lock) { in wpa3_hostap_auth_init()
Desp_hostap.c33 extern struct k_sem * g_wpa3_hostap_auth_api_lock;
252 if (g_wpa3_hostap_auth_api_lock && in hostap_deinit()