ESP-IDF
wpa_supplicant::non_pref_chan
is only used within ESP-IDF.
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
wpa_supplicant::non_pref_chan
wpa_supplicant::non_pref_chan field
Syntax
Show:
Summary
Declaration
from
wpa_supplicant_i.h:126
struct
wpa_mbo_non_pref_channel
{
enum
mbo_non_pref_chan_reason
reason
;
u8
oper_class
;
u8
chan
;
u8
preference
;
}
*
non_pref_chan
;
Examples
References
from
examples
Code
Location
Referrer
}
*
non_pref_chan
;
wpa_supplicant_i.h:131
wpabuf_put_u8
(
mbo
,
wpa_s
->
non_pref_chan
[
start
]
.
oper_class
)
;
mbo.c:133
wpas_mbo_non_pref_chan_attr_body()
wpabuf_put_u8
(
mbo
,
wpa_s
->
non_pref_chan
[
i
]
.
chan
)
;
mbo.c:136
wpas_mbo_non_pref_chan_attr_body()
wpabuf_put_u8
(
mbo
,
wpa_s
->
non_pref_chan
[
start
]
.
preference
)
;
mbo.c:138
wpas_mbo_non_pref_chan_attr_body()
wpabuf_put_u8
(
mbo
,
wpa_s
->
non_pref_chan
[
start
]
.
reason
)
;
mbo.c:139
wpas_mbo_non_pref_chan_attr_body()
if
(
!
wpa_s
->
non_pref_chan
||
!
wpa_s
->
non_pref_chan_num
)
{
mbo.c:192
wpas_mbo_non_pref_chan_attrs()
start_pref
=
&
wpa_s
->
non_pref_chan
[
0
]
;
mbo.c:199
wpas_mbo_non_pref_chan_attrs()
non_pref
=
&
wpa_s
->
non_pref_chan
[
i
]
;
mbo.c:205
wpas_mbo_non_pref_chan_attrs()
os_free
(
wpa_s
->
non_pref_chan
)
;
mbo.c:470
wpas_mbo_update_non_pref_chan()
wpa_s
->
non_pref_chan
=
chans
;
mbo.c:471
wpas_mbo_update_non_pref_chan()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_supplicant::non_pref_chan
is written by 1 function and is read by 3 functions:
wpas_mbo_update_non_pref_chan()
All items filtered out
wpa_supplicant::non_pref_chan
wpas_mbo_non_pref_chan_attr_body()
wpas_mbo_non_pref_chan_attrs()
wpas_mbo_update_non_pref_chan()
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