ESP-IDF
cand_bss::bssid
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
cand_bss::bssid
cand_bss::bssid field
Syntax
Show:
Summary
Declaration
from
esp_roaming.h:85
uint8_t
bssid
[
ETH_ALEN
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
bssid
[
ETH_ALEN
]
;
esp_roaming.h:85
os_memcpy
(
wifi_cfg
.
sta
.
bssid
,
bss
->
bssid
,
ETH_ALEN
)
;
roaming_app.c:403
trigger_legacy_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()
os_memcpy
(
best_ap
->
bssid
,
g_roaming_app
.
scanned_aps
.
ap_records
[
best_ap_index
]
.
bssid
,
ETH_ALEN
)
;
roaming_app.c:573
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()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
cand_bss::bssid
is read by 2 functions:
All items filtered out
cand_bss::bssid
trigger_legacy_roam()
parse_scan_results_and_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