ESP-IDF
+
0
/4 examples
SourceVu will show references to
wifi_ap_record_t::primary
from the following samples and libraries:
manual_networking sample
ftm sample
iperf sample
scan sample
Symbol previews are coming soon...
Symbols
loading (4/5)...
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
wifi_ap_record_t::primary
wifi_ap_record_t::primary field
Channel of AP
Syntax
Show:
Summary
Declaration
from
esp_wifi_types_generic.h:310
uint8_t
primary
;
Examples
wifi_ap_record_t::primary
is referenced by 4 libraries and example projects:
manual_networking sample
ftm sample
iperf sample
scan sample
References
from
0/4
examples
Code
Location
Referrer
uint8_t
primary
;
/**< Channel of AP */
esp_wifi_types_generic.h:310
resp_data
->
conn_info
.
channel
=
ap_info
.
primary
;
handlers.c:70
get_status_handler()
result
->
channel
=
record
->
primary
;
handlers.c:192
scan_result()
ap_info
->
ap_records
[
i
]
.
primary
,
ap_info
->
ap_records
[
i
]
.
rssi
,
ap_info
->
ap_records
[
i
]
.
authmode
)
;
roaming_app.c:483
print_ap_records()
best_ap
->
channel
=
g_roaming_app
.
scanned_aps
.
ap_records
[
best_ap_index
]
.
primary
;
roaming_app.c:574
parse_scan_results_and_roam()
Call Tree
from
0/4
examples
All items filtered out
All items filtered out
Data Use
from
0/4
examples
wifi_ap_record_t::primary
is read by 4 functions:
All items filtered out
wifi_ap_record_t::primary
get_status_handler()
scan_result()
print_ap_records()
parse_scan_results_and_roam()
All items filtered out
Class Tree
from
0/4
examples
All items filtered out
All items filtered out
Override Tree
from
0/4
examples
All items filtered out
All items filtered out
Implementations
from
0/4
examples
All items filtered out
All items filtered out
Instances
from
0/4
examples
Lifecycle
from
0/4
examples
All items filtered out
All items filtered out