ESP-IDF
neighbor_list_lock
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
neighbor_list_lock
neighbor_list_lock variable
Syntax
Show:
Summary
Declaration
from
roaming_app.c:39
static
void
*
neighbor_list_lock
=
NULL
;
Examples
References
from
examples
Code
Location
Referrer
static
void
*
neighbor_list_lock
=
NULL
;
roaming_app.c:39
if
(
!
neighbor_list_lock
)
{
roaming_app.c:121
init_periodic_rrm_event()
neighbor_list_lock
=
os_recursive_mutex_create
(
)
;
roaming_app.c:122
init_periodic_rrm_event()
if
(
!
neighbor_list_lock
)
{
roaming_app.c:123
init_periodic_rrm_event()
ROAM_NEIGHBOR_LIST_LOCK
(
)
;
roaming_app.c:351
roaming_app_neighbor_report_recv_handler()
ROAM_NEIGHBOR_LIST_UNLOCK
(
)
;
roaming_app.c:358
roaming_app_neighbor_report_recv_handler()
ROAM_NEIGHBOR_LIST_LOCK
(
)
;
roaming_app.c:381
trigger_network_assisted_roam()
ROAM_NEIGHBOR_LIST_UNLOCK
(
)
;
roaming_app.c:387
trigger_network_assisted_roam()
if
(
neighbor_list_lock
)
{
roaming_app.c:845
deinit_roaming_app()
os_mutex_delete
(
neighbor_list_lock
)
;
roaming_app.c:846
deinit_roaming_app()
neighbor_list_lock
=
NULL
;
roaming_app.c:847
deinit_roaming_app()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
neighbor_list_lock
is written by 2 functions and is read by 4 functions:
init_periodic_rrm_event()
deinit_roaming_app()
All items filtered out
neighbor_list_lock
init_periodic_rrm_event()
roaming_app_neighbor_report_recv_handler()
trigger_network_assisted_roam()
deinit_roaming_app()
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