ESP-IDF
+
0
/1 examples
SourceVu will show references to
WIFI_EVENT_STA_NEIGHBOR_REP
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_STA_NEIGHBOR_REP
WIFI_EVENT_STA_NEIGHBOR_REP value
Received Neighbor Report response
Syntax
Show:
Summary
Declaration
from
esp_wifi_types_generic.h:1021
WIFI_EVENT_STA_NEIGHBOR_REP
;
Examples
WIFI_EVENT_STA_NEIGHBOR_REP
is referenced by 1 libraries and example projects:
roaming_11kvr sample
References
from
0/1
examples
Code
Location
Referrer
WIFI_EVENT_STA_NEIGHBOR_REP
,
/**< Received Neighbor Report response */
esp_wifi_types_generic.h:1021
esp_event_post
(
WIFI_EVENT
,
WIFI_EVENT_STA_NEIGHBOR_REP
,
NULL
,
0
,
0
)
;
esp_common.c:417
neighbor_report_recvd_cb()
esp_event_post
(
WIFI_EVENT
,
WIFI_EVENT_STA_NEIGHBOR_REP
,
neighbor_report_event
,
sizeof
(
wifi_event_neighbor_report_t
)
+
report_len
,
0
)
;
esp_common.c:431
neighbor_report_recvd_cb()
ESP_ERROR_CHECK
(
esp_event_handler_register
(
WIFI_EVENT
,
WIFI_EVENT_STA_NEIGHBOR_REP
,
roaming_app.c:804
init_roaming_app()
ESP_ERROR_CHECK
(
esp_event_handler_unregister
(
WIFI_EVENT
,
WIFI_EVENT_STA_NEIGHBOR_REP
,
roaming_app.c:831
deinit_roaming_app()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
WIFI_EVENT_STA_NEIGHBOR_REP
is read by 3 functions:
All items filtered out
WIFI_EVENT_STA_NEIGHBOR_REP
neighbor_report_recvd_cb()
init_roaming_app()
deinit_roaming_app()
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