ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_rrm_send_neighbor_report_request()
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
esp_rrm_send_neighbor_report_request()
esp_rrm_send_neighbor_report_request() function
Send Radio measurement neighbor report request to connected AP
Syntax
Show:
Summary
Declaration
Definition
from
esp_rrm.h:53
int
esp_rrm_send_neighbor_report_request
(
void
)
;
Implemented in
esp_common.c:781
Return value
- 0: success - -1: AP does not support RRM - -2: station not connected to AP
Examples
esp_rrm_send_neighbor_report_request()
is referenced by 1 libraries and example projects:
roaming_11kvr sample
References
from
0/1
examples
Code
Location
Referrer
int
esp_rrm_send_neighbor_report_request
(
void
)
esp_common.c:435
int
esp_rrm_send_neighbor_report_request
(
void
)
esp_common.c:781
int
esp_rrm_send_neighbor_report_request
(
void
)
;
esp_rrm.h:53
if
(
esp_rrm_send_neighbor_report_request
(
)
<
0
)
{
roaming_app.c:494
periodic_rrm_request()
Call Tree
from
0/1
examples
esp_rrm_send_neighbor_report_request()
is called by 1 function and calls 2 functions:
periodic_rrm_request()
All items filtered out
esp_rrm_send_neighbor_report_request()
esp_wifi_sta_get_prof_ssid_internal()
wpas_rrm_send_neighbor_rep_request()
All items filtered out
Data Use
from
0/1
examples
esp_rrm_send_neighbor_report_request()
reads 6 variables and writes 1 variable:
wpa_ssid_value::ssid
wifi_ssid::len
wifi_ssid::ssid
wpa_supplicant::rrm_ie
wpa_supplicant::current_bss
neighbor_report_recvd_cb()
All items filtered out
esp_rrm_send_neighbor_report_request()
wpa_ssid_value::ssid_len
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