ESP-IDF
sta_info::lock
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
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
sta_info::lock
sta_info::lock field
Syntax
Show:
Summary
Declaration
from
sta_info.h:63
void
*
lock
;
Examples
References
from
examples
Code
Location
Referrer
void
*
lock
;
sta_info.h:63
if
(
sta
->
lock
)
{
esp_hostap.c:452
wpa_ap_remove()
if
(
os_semphr_take
(
sta
->
lock
,
0
)
)
{
esp_hostap.c:453
wpa_ap_remove()
if
(
sta
->
lock
&&
os_semphr_take
(
sta
->
lock
,
0
)
)
{
esp_wpa3.c:482
wpa3_process_rx_commit()
os_semphr_give
(
sta
->
lock
)
;
esp_wpa3.c:491
wpa3_process_rx_commit()
if
(
sta
->
lock
&&
os_semphr_take
(
sta
->
lock
,
0
)
)
{
esp_wpa3.c:521
wpa3_process_rx_confirm()
os_semphr_give
(
sta
->
lock
)
;
esp_wpa3.c:539
wpa3_process_rx_confirm()
if
(
old_sta
->
lock
&&
os_semphr_take
(
old_sta
->
lock
,
0
)
!=
TRUE
)
{
esp_wpa_main.c:370
hostap_sta_join()
else
if
(
old_sta
&&
old_sta
->
lock
)
{
esp_wpa_main.c:383
hostap_sta_join()
if
(
sta_info
->
lock
&&
os_semphr_take
(
sta_info
->
lock
,
0
)
!=
TRUE
)
{
esp_wpa_main.c:399
hostap_sta_join()
if
(
sta_info
->
lock
)
{
esp_wpa_main.c:427
hostap_sta_join()
os_semphr_give
(
sta_info
->
lock
)
;
esp_wpa_main.c:428
hostap_sta_join()
if
(
sta_info
&&
sta_info
->
lock
)
{
esp_wpa_main.c:436
hostap_sta_join()
os_semphr_give
(
sta_info
->
lock
)
;
esp_wpa_main.c:437
hostap_sta_join()
if
(
sta
->
lock
)
{
sta_info.c:111
ap_free_sta()
os_semphr_give
(
sta
->
lock
)
;
sta_info.c:112
ap_free_sta()
os_mutex_delete
(
sta
->
lock
)
;
sta_info.c:113
ap_free_sta()
sta
->
lock
=
NULL
;
sta_info.c:114
ap_free_sta()
sta
->
lock
=
os_semphr_create
(
1
,
1
)
;
sta_info.c:182
ap_sta_add()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sta_info::lock
is written by 2 functions and is read by 5 functions:
ap_free_sta()
ap_sta_add()
All items filtered out
sta_info::lock
ap_free_sta()
hostap_sta_join()
wpa3_process_rx_commit()
wpa3_process_rx_confirm()
wpa_ap_remove()
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