ESP-IDF
s_wpa2_api_lock
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
s_wpa2_api_lock
s_wpa2_api_lock variable
Syntax
Show:
Summary
Declaration
from
esp_eap_client.c:72
static
void
*
s_wpa2_api_lock
=
NULL
;
Examples
References
from
examples
Code
Location
Referrer
static
void
*
s_wpa2_api_lock
=
NULL
;
esp_eap_client.c:72
if
(
s_wpa2_api_lock
==
NULL
)
{
esp_eap_client.c:78
wpa2_api_lock()
s_wpa2_api_lock
=
os_recursive_mutex_create
(
)
;
esp_eap_client.c:79
wpa2_api_lock()
if
(
!
s_wpa2_api_lock
)
{
esp_eap_client.c:80
wpa2_api_lock()
os_mutex_lock
(
s_wpa2_api_lock
)
;
esp_eap_client.c:86
wpa2_api_lock()
if
(
s_wpa2_api_lock
)
{
esp_eap_client.c:91
wpa2_api_unlock()
os_mutex_unlock
(
s_wpa2_api_lock
)
;
esp_eap_client.c:92
wpa2_api_unlock()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
s_wpa2_api_lock
is written by 1 function and is read by 2 functions:
wpa2_api_lock()
All items filtered out
s_wpa2_api_lock
wpa2_api_lock()
wpa2_api_unlock()
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