ESP-IDF
g_wpa3_hostap_auth_api_lock
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
g_wpa3_hostap_auth_api_lock
g_wpa3_hostap_auth_api_lock variable
Syntax
Show:
Summary
Declaration
Definition
from
esp_hostap.c:33
extern
SemaphoreHandle_t
g_wpa3_hostap_auth_api_lock
;
Implemented in
esp_wpa3.c:411
Examples
References
from
examples
Code
Location
Referrer
SemaphoreHandle_t
g_wpa3_hostap_auth_api_lock
=
NULL
;
esp_wpa3.c:411
extern
SemaphoreHandle_t
g_wpa3_hostap_auth_api_lock
;
esp_hostap.c:33
if
(
g_wpa3_hostap_auth_api_lock
&&
esp_hostap.c:263
hostap_deinit()
WPA3_HOSTAP_AUTH_API_LOCK
(
)
==
pdTRUE
)
{
esp_hostap.c:264
hostap_deinit()
WPA3_HOSTAP_AUTH_API_UNLOCK
(
)
;
esp_hostap.c:265
hostap_deinit()
if
(
g_wpa3_hostap_auth_api_lock
)
{
esp_wpa3.c:420
wpa3_hostap_post_evt()
WPA3_HOSTAP_AUTH_API_LOCK
(
)
;
esp_wpa3.c:421
wpa3_hostap_post_evt()
WPA3_HOSTAP_AUTH_API_UNLOCK
(
)
;
esp_wpa3.c:423
wpa3_hostap_post_evt()
WPA3_HOSTAP_AUTH_API_UNLOCK
(
)
;
esp_wpa3.c:434
wpa3_hostap_post_evt()
WPA3_HOSTAP_AUTH_API_UNLOCK
(
)
;
esp_wpa3.c:440
wpa3_hostap_post_evt()
WPA3_HOSTAP_AUTH_API_UNLOCK
(
)
;
esp_wpa3.c:447
wpa3_hostap_post_evt()
if
(
g_wpa3_hostap_auth_api_lock
)
{
esp_wpa3.c:596
esp_wpa3_hostap_task()
WPA3_HOSTAP_AUTH_API_UNLOCK
(
)
;
esp_wpa3.c:597
esp_wpa3_hostap_task()
if
(
g_wpa3_hostap_auth_api_lock
==
NULL
)
{
esp_wpa3.c:610
wpa3_hostap_auth_init()
g_wpa3_hostap_auth_api_lock
=
os_semphr_create
(
1
,
1
)
;
esp_wpa3.c:611
wpa3_hostap_auth_init()
if
(
!
g_wpa3_hostap_auth_api_lock
)
{
esp_wpa3.c:612
wpa3_hostap_auth_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
g_wpa3_hostap_auth_api_lock
is written by 1 function and is read by 4 functions:
wpa3_hostap_auth_init()
All items filtered out
g_wpa3_hostap_auth_api_lock
wpa3_hostap_post_evt()
esp_wpa3_hostap_task()
wpa3_hostap_auth_init()
hostap_deinit()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out