ESP-IDF
roaming_app::btm_neighbor_list
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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
roaming_app::btm_neighbor_list
roaming_app::btm_neighbor_list field
Syntax
Show:
Summary
Declaration
from
esp_roaming.h:92
char
*
btm_neighbor_list
;
Examples
References
from
examples
Code
Location
Referrer
char
*
btm_neighbor_list
;
esp_roaming.h:92
if
(
g_roaming_app
.
btm_neighbor_list
)
{
roaming_app.c:352
roaming_app_neighbor_report_recv_handler()
os_free
(
g_roaming_app
.
btm_neighbor_list
)
;
roaming_app.c:353
roaming_app_neighbor_report_recv_handler()
g_roaming_app
.
btm_neighbor_list
=
NULL
;
roaming_app.c:354
roaming_app_neighbor_report_recv_handler()
g_roaming_app
.
btm_neighbor_list
=
get_btm_neighbor_list
(
pos
+
1
,
report_len
-
1
)
;
roaming_app.c:357
roaming_app_neighbor_report_recv_handler()
if
(
esp_wnm_send_bss_transition_mgmt_query
(
REASON_RSSI
,
g_roaming_app
.
btm_neighbor_list
,
1
)
<
0
)
{
roaming_app.c:383
trigger_network_assisted_roam()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
roaming_app::btm_neighbor_list
is written by 1 function and is read by 2 functions:
roaming_app_neighbor_report_recv_handler()
All items filtered out
roaming_app::btm_neighbor_list
roaming_app_neighbor_report_recv_handler()
trigger_network_assisted_roam()
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