ESP-IDF
wpa_bss::channel
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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
wpa_bss::channel
wpa_bss::channel field
Frequency of the channel in MHz (e.g., 2412 = channel 1)
Syntax
Show:
Summary
Declaration
from
bss.h:39
int
channel
;
Examples
References
from
examples
Code
Location
Referrer
int
channel
;
bss.h:39
dst
->
channel
=
src
->
chan
;
bss.c:96
wpa_bss_copy_res()
config
->
sta
.
channel
=
bss
->
channel
;
esp_common.c:631
wpa_supplicant_connect()
if
(
wpas_get_op_chan_phy
(
bss
->
channel
,
ies
,
ies_len
,
&
rep
.
op_class
,
rrm.c:580
wpas_add_beacon_rep()
rep
.
channel
=
bss
->
channel
;
rrm.c:584
wpas_add_beacon_rep()
bss
->
channel
!=
wpa_s
->
beacon_rep_data
.
scan_params
.
channel
)
rrm.c:1105
wpas_beacon_rep_scan_process()
op_class
=
get_operating_class
(
bss
->
channel
,
sec_chan
)
;
wnm_sta.c:525
wnm_nei_rep_add_bss()
return
wnm_add_nei_rep
(
buf
,
bss
->
bssid
,
info
,
op_class
,
bss
->
channel
,
phy_type
,
wnm_sta.c:531
wnm_nei_rep_add_bss()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_bss::channel
is written by 1 function and is read by 4 functions:
wpa_bss_copy_res()
All items filtered out
wpa_bss::channel
wpa_supplicant_connect()
wpas_add_beacon_rep()
wpas_beacon_rep_scan_process()
wnm_nei_rep_add_bss()
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