ESP-IDF
wpas_get_op_chan_phy()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wpas_get_op_chan_phy()
wpas_get_op_chan_phy() function
Syntax
Show:
Summary
Declaration
from
rrm.c:384
static
int
wpas_get_op_chan_phy
(
int
channel
,
const
u8
*
ies
,
size_t
ies_len
,
u8
*
op_class
,
u8
*
chan
,
u8
*
phy_type
)
;
Arguments
Argument
channel
ies
ies_len
op_class
chan
phy_type
Examples
References
from
examples
Code
Location
Referrer
static
int
wpas_get_op_chan_phy
(
int
channel
,
const
u8
*
ies
,
size_t
ies_len
,
rrm.c:384
if
(
wpas_get_op_chan_phy
(
bss
->
channel
,
ies
,
ies_len
,
&
rep
.
op_class
,
rrm.c:580
wpas_add_beacon_rep()
Call Tree
from
examples
wpas_get_op_chan_phy()
is called by 1 function and calls 2 functions:
wpas_add_beacon_rep()
All items filtered out
wpas_get_op_chan_phy()
get_ie()
get_operating_class()
All items filtered out
Data Use
from
examples
wpas_get_op_chan_phy()
reads 3 variables:
ieee80211_ht_operation::ht_param
phy_type::PHY_TYPE_ERP
phy_type::PHY_TYPE_HT
All items filtered out
wpas_get_op_chan_phy()
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