ESP-IDF
ROAMING_TAG
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ROAMING_TAG
ROAMING_TAG variable
Syntax
Show:
Summary
Declaration
from
roaming_app.c:47
static
const
char
*
ROAMING_TAG
=
"ROAM"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
ROAMING_TAG
=
"ROAM"
;
roaming_app.c:47
ESP_LOGD
(
ROAMING_TAG
,
"Switching off reconnect due to application trigerred disconnect"
)
;
roaming_app.c:56
roaming_app_disable_reconnect()
ESP_LOGD
(
ROAMING_TAG
,
"Switching on reconnect due to application trigerred reconnect"
)
;
roaming_app.c:62
roaming_app_enable_reconnect()
ESP_LOGD
(
ROAMING_TAG
,
"Reset the low rssi threshold back to %d"
,
ROAMING_LOW_RSSI_THRESHOLD
)
;
roaming_app.c:77
roaming_app_get_ap_info()
ESP_LOGE
(
ROAMING_TAG
,
"failed to allocate memory"
)
;
roaming_app.c:89
legacy_roam_clear_bssid_flag()
ESP_LOGD
(
ROAMING_TAG
,
"cleared bssid flag"
)
;
roaming_app.c:99
legacy_roam_clear_bssid_flag()
ESP_LOGE
(
ROAMING_TAG
,
"%s: failed to create roaming neighbor list lock"
,
__func__
)
;
roaming_app.c:124
init_periodic_rrm_event()
ESP_LOGV
(
ROAMING_TAG
,
"Initialised Periodic RRM Monitoring event!"
)
;
roaming_app.c:127
init_periodic_rrm_event()
ESP_LOGE
(
ROAMING_TAG
,
"Could not register periodic neighbor report event."
)
;
roaming_app.c:130
init_periodic_rrm_event()
ESP_LOGV
(
ROAMING_TAG
,
"Initialised Periodic Scan Roam event!"
)
;
roaming_app.c:138
init_periodic_scan_roam_event()
ESP_LOGE
(
ROAMING_TAG
,
"Could not register periodic scan monitoring event"
)
;
roaming_app.c:141
init_periodic_scan_roam_event()
ESP_LOGD
(
ROAMING_TAG
,
"station got disconnected reason=%d"
,
disconn
->
reason
)
;
roaming_app.c:159
roaming_app_disconnected_event_handler()
ESP_LOGD
(
ROAMING_TAG
,
"station roaming, do nothing"
)
;
roaming_app.c:161
roaming_app_disconnected_event_handler()
ESP_LOGD
(
ROAMING_TAG
,
"station initiated disconnect, do nothing"
)
;
roaming_app.c:163
roaming_app_disconnected_event_handler()
ESP_LOGD
(
ROAMING_TAG
,
"setting rssi threshold as %d"
,
g_roaming_app
.
current_low_rssi_threshold
)
;
roaming_app.c:198
roaming_app_connected_event_handler()
ESP_LOGD
(
ROAMING_TAG
,
"Station connected, RRM %ssupported, BTM %ssupported"
,
roaming_app.c:203
roaming_app_connected_event_handler()
ESP_LOGD
(
ROAMING_TAG
,
"Initialised initialise roaming events!"
)
;
roaming_app.c:216
roaming_app_connected_event_handler()
ESP_LOGE
(
ROAMING_TAG
,
"Failed to Initialise roaming events"
)
;
roaming_app.c:218
roaming_app_connected_event_handler()
ESP_LOGE
(
ROAMING_TAG
,
"RRM neighbor report is not valid"
)
;
roaming_app.c:245
get_btm_neighbor_list()
ESP_LOGE
(
ROAMING_TAG
,
"get_btm_list : Memory alloc failed for buf"
)
;
roaming_app.c:251
get_btm_neighbor_list()
ESP_LOGD
(
ROAMING_TAG
,
"CTRL: Invalid Neighbor Report element: id=%u len=%u"
,
roaming_app.c:262
get_btm_neighbor_list()
ESP_LOGD
(
ROAMING_TAG
,
"CTRL: Invalid Neighbor Report element: id=%u len=%zu nr_len=%u"
,
roaming_app.c:269
get_btm_neighbor_list()
ESP_LOGD
(
ROAMING_TAG
,
"RMM neighbor report bssid="
MACSTR
roaming_app.c:289
get_btm_neighbor_list()
ESP_LOGV
(
ROAMING_TAG
,
"Not the response for our Neighbor Report Request"
)
;
roaming_app.c:327
roaming_app_neighbor_report_recv_handler()
ESP_LOGE
(
ROAMING_TAG
,
"No data received for neighbor report"
)
;
roaming_app.c:333
roaming_app_neighbor_report_recv_handler()
ESP_LOGD
(
ROAMING_TAG
,
"Received cb for Neighbor Report Request"
)
;
roaming_app.c:338
roaming_app_neighbor_report_recv_handler()
ESP_LOGE
(
ROAMING_TAG
,
"Neighbor report is empty"
)
;
roaming_app.c:342
roaming_app_neighbor_report_recv_handler()
ESP_LOGD
(
ROAMING_TAG
,
"rrm: neighbor report len=%d"
,
report_len
)
;
roaming_app.c:348
roaming_app_neighbor_report_recv_handler()
ESP_LOG_BUFFER_HEXDUMP
(
ROAMING_TAG
,
pos
,
report_len
,
ESP_LOG_DEBUG
)
;
roaming_app.c:349
roaming_app_neighbor_report_recv_handler()
ESP_LOGI
(
ROAMING_TAG
,
"%s:bss rssi is=%ld"
,
__func__
,
event
->
rssi
)
;
roaming_app.c:366
roaming_app_rssi_low_handler()
ESP_LOGD
(
ROAMING_TAG
,
"Resetting RSSI Threshold to %d"
,
g_roaming_app
.
current_low_rssi_threshold
)
;
roaming_app.c:371
roaming_app_rssi_low_handler()
ESP_LOGD
(
ROAMING_TAG
,
"failed to send btm query"
)
;
roaming_app.c:384
trigger_network_assisted_roam()
ESP_LOGD
(
ROAMING_TAG
,
"Sent BTM Query"
)
;
roaming_app.c:389
trigger_network_assisted_roam()
ESP_LOGI
(
ROAMING_TAG
,
"Disconnecting and connecting to "
MACSTR
" on account of better rssi"
,
MAC2STR
(
bss
->
bssid
)
)
;
roaming_app.c:407
trigger_legacy_roam()
ESP_LOGD
(
ROAMING_TAG
,
"Processing trigger roaming request."
)
;
roaming_app.c:417
roaming_app_trigger_roam()
ESP_LOGD
(
ROAMING_TAG
,
"Ignoring request as time difference to last request is %ld"
,
time_diff_sec
(
&
now
,
&
g_roaming_app
.
last_roamed_time
)
)
;
roaming_app.c:419
roaming_app_trigger_roam()
ESP_LOGD
(
ROAMING_TAG
,
"Not Sending BTM query as this method has failed too many times."
)
;
roaming_app.c:431
roaming_app_trigger_roam()
ESP_LOGE
(
ROAMING_TAG
,
"No data received for roaming event"
)
;
roaming_app.c:447
roaming_app_trigger_roam_internal_handler()
ESP_LOGE
(
ROAMING_TAG
,
"Cannot allocate data for roaming event"
)
;
roaming_app.c:459
wifi_post_roam_event()
ESP_LOGE
(
ROAMING_TAG
,
"Could not register roaming event."
)
;
roaming_app.c:465
wifi_post_roam_event()
ESP_LOGE
(
ROAMING_TAG
,
"Cannot trigger roaming event without any candidate APs"
)
;
roaming_app.c:470
wifi_post_roam_event()
ESP_LOGD
(
ROAMING_TAG
,
"Scanned AP List"
)
;
roaming_app.c:479
print_ap_records()
ESP_LOGD
(
ROAMING_TAG
,
"%d. ssid : %s bssid :"
MACSTR
" channel : %d rssi : %d authmode : %d"
,
i
,
roaming_app.c:481
print_ap_records()
ESP_LOGE
(
ROAMING_TAG
,
"failed to send neighbor report request"
)
;
roaming_app.c:495
periodic_rrm_request()
ESP_LOGV
(
ROAMING_TAG
,
"Cand authmode : %d, Current Authmode : %d"
,
cand_auth
,
curr_auth
)
;
roaming_app.c:507
candidate_security_match()
ESP_LOGV
(
ROAMING_TAG
,
"Authmode matched!"
)
;
roaming_app.c:509
candidate_security_match()
ESP_LOGV
(
ROAMING_TAG
,
"transition between OWE and open permitted"
)
;
roaming_app.c:519
candidate_security_match()
ESP_LOGV
(
ROAMING_TAG
,
"transition between OWE and open not permitted"
)
;
roaming_app.c:522
candidate_security_match()
ESP_LOGV
(
ROAMING_TAG
,
"Authmode threshold failure %d -> %d"
,
wifi_cfg
.
sta
.
threshold
.
authmode
,
cand_auth
)
;
roaming_app.c:528
candidate_security_match()
ESP_LOGV
(
ROAMING_TAG
,
"Roaming between a PSK APs"
)
;
roaming_app.c:534
candidate_security_match()
ESP_LOGD
(
ROAMING_TAG
,
"The difference between ("
MACSTR
", "
MACSTR
") with rssi (%d,%d) is : %d while the threshold is %d and the best rssi diff yet is %d, thecand_auth is %d"
,
roaming_app.c:557
parse_scan_results_and_roam()
ESP_LOGE
(
ROAMING_TAG
,
"Memory Allocation for candidate bss failed"
)
;
roaming_app.c:570
parse_scan_results_and_roam()
ESP_LOGI
(
ROAMING_TAG
,
"Found a better AP "
MACSTR
" at channel %d"
,
MAC2STR
(
best_ap
->
bssid
)
,
best_ap
->
channel
)
;
roaming_app.c:578
parse_scan_results_and_roam()
ESP_LOGE
(
ROAMING_TAG
,
"Posting of roaming event failed"
)
;
roaming_app.c:580
parse_scan_results_and_roam()
ESP_LOGI
(
ROAMING_TAG
,
"Could not find a better AP with the threshold set to %d"
,
g_roaming_app
.
current_rssi_threshold
+
1
)
;
roaming_app.c:584
parse_scan_results_and_roam()
ESP_LOGD
(
ROAMING_TAG
,
"Scan Done properly"
)
;
roaming_app.c:592
scan_done_event_handler()
ESP_LOGD
(
ROAMING_TAG
,
"Scan Done with error %d "
,
status
)
;
roaming_app.c:600
scan_done_event_handler()
ESP_LOGE
(
ROAMING_TAG
,
"failed to issue scan"
)
;
roaming_app.c:610
conduct_scan()
ESP_LOGI
(
ROAMING_TAG
,
"Issued Scan"
)
;
roaming_app.c:613
conduct_scan()
ESP_LOGD
(
ROAMING_TAG
,
"Triggered periodic rrm event!"
)
;
roaming_app.c:666
roaming_app_periodic_rrm_internal_handler()
ESP_LOGE
(
ROAMING_TAG
,
"Could not register periodic neighbor report request event."
)
;
roaming_app.c:672
roaming_app_periodic_rrm_internal_handler()
ESP_LOGD
(
ROAMING_TAG
,
"Started the periodic scan roam event!"
)
;
roaming_app.c:683
roaming_app_periodic_scan_internal_handler()
ESP_LOGE
(
ROAMING_TAG
,
"Could not register periodic scan event."
)
;
roaming_app.c:690
roaming_app_periodic_scan_internal_handler()
ESP_LOGE
(
ROAMING_TAG
,
"Regex compilation failed."
)
;
roaming_app.c:701
validate_scan_chan_list()
ESP_LOGE
(
ROAMING_TAG
,
"scan chan list validation failed."
)
;
roaming_app.c:725
parse_scan_chan_list()
ESP_LOGE
(
ROAMING_TAG
,
"Memory allocation failed."
)
;
roaming_app.c:731
parse_scan_chan_list()
ESP_LOGE
(
ROAMING_TAG
,
"Channel out of range: %d"
,
channel
)
;
roaming_app.c:748
parse_scan_chan_list()
ESP_LOGE
(
ROAMING_TAG
,
"%s: failed to create scan results lock"
,
__func__
)
;
roaming_app.c:767
init_scan_params()
ESP_LOGI
(
ROAMING_TAG
,
"Roaming app initialization done"
)
;
roaming_app.c:807
init_roaming_app()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ROAMING_TAG
is read by 28 functions:
All items filtered out
ROAMING_TAG
roaming_app_disable_reconnect()
roaming_app_enable_reconnect()
roaming_app_get_ap_info()
legacy_roam_clear_bssid_flag()
init_periodic_rrm_event()
init_periodic_scan_roam_event()
roaming_app_disconnected_event_handler()
roaming_app_connected_event_handler()
get_btm_neighbor_list()
roaming_app_neighbor_report_recv_handler()
roaming_app_rssi_low_handler()
trigger_network_assisted_roam()
trigger_legacy_roam()
roaming_app_trigger_roam()
roaming_app_trigger_roam_internal_handler()
wifi_post_roam_event()
print_ap_records()
periodic_rrm_request()
candidate_security_match()
parse_scan_results_and_roam()
scan_done_event_handler()
conduct_scan()
roaming_app_periodic_rrm_internal_handler()
roaming_app_periodic_scan_internal_handler()
validate_scan_chan_list()
parse_scan_chan_list()
init_scan_params()
init_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