Searched refs:g_wpa3_hostap_auth_api_lock (Results 1 – 3 of 3) sorted by relevance
53 #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)
402 struct k_sem * g_wpa3_hostap_auth_api_lock = NULL; variable413 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()
33 extern struct k_sem * g_wpa3_hostap_auth_api_lock;252 if (g_wpa3_hostap_auth_api_lock && in hostap_deinit()