ESP-IDF
+
0
/1 examples
SourceVu will show references to
wifi_event_neighbor_report_t::report
from the following samples and libraries:
roaming_11kvr sample
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
wifi_event_neighbor_report_t::report
wifi_event_neighbor_report_t::report field
Neighbor Report received from the AP (will be deprecated in next major release, use n_report instead)
Syntax
Show:
Summary
Declaration
from
esp_wifi_types_generic.h:1315
uint8_t
report
[
ESP_WIFI_MAX_NEIGHBOR_REP_LEN
]
;
Examples
wifi_event_neighbor_report_t::report
is referenced by 1 libraries and example projects:
roaming_11kvr sample
References
from
0/1
examples
Code
Location
Referrer
uint8_t
report
[
ESP_WIFI_MAX_NEIGHBOR_REP_LEN
]
;
/**< Neighbor Report received from the AP (will be deprecated in next major release, use n_report instead)*/
esp_wifi_types_generic.h:1315
os_memcpy
(
neighbor_report_event
->
report
,
report
,
ESP_WIFI_MAX_NEIGHBOR_REP_LEN
)
;
esp_common.c:428
neighbor_report_recvd_cb()
uint8_t
*
pos
=
(
uint8_t
*
)
neighbor_report_event
->
report
;
roaming_app.c:340
roaming_app_neighbor_report_recv_handler()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
wifi_event_neighbor_report_t::report
is read by 2 functions:
All items filtered out
wifi_event_neighbor_report_t::report
neighbor_report_recvd_cb()
roaming_app_neighbor_report_recv_handler()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out