ESP-IDF
wpa_bss::caps
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::caps
wpa_bss::caps field
Capability information field in host byte order
Syntax
Show:
Summary
Declaration
from
bss.h:43
u16
caps
;
Examples
References
from
examples
Code
Location
Referrer
u16
caps
;
bss.h:43
dst
->
caps
=
src
->
caps
;
bss.c:98
wpa_bss_copy_res()
WPA_PUT_LE16
(
pos
,
bss
->
caps
)
;
rrm.c:451
wpas_beacon_rep_add_frame_body()
if
(
(
current_bss
->
caps
&
WLAN_CAPABILITY_PRIVACY
)
!=
(
target_bss
->
caps
&
WLAN_CAPABILITY_PRIVACY
)
)
{
wnm_sta.c:312
wpa_scan_res_match()
if
(
bss
->
caps
&
WLAN_CAPABILITY_SPECTRUM_MGMT
)
wnm_sta.c:451
wnm_get_bss_info()
if
(
bss
->
caps
&
WLAN_CAPABILITY_QOS
)
wnm_sta.c:453
wnm_get_bss_info()
if
(
bss
->
caps
&
WLAN_CAPABILITY_APSD
)
wnm_sta.c:455
wnm_get_bss_info()
if
(
bss
->
caps
&
WLAN_CAPABILITY_RADIO_MEASUREMENT
)
wnm_sta.c:457
wnm_get_bss_info()
if
(
bss
->
caps
&
WLAN_CAPABILITY_DELAYED_BLOCK_ACK
)
wnm_sta.c:459
wnm_get_bss_info()
if
(
bss
->
caps
&
WLAN_CAPABILITY_IMM_BLOCK_ACK
)
wnm_sta.c:461
wnm_get_bss_info()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_bss::caps
is written by 1 function and is read by 3 functions:
wpa_bss_copy_res()
All items filtered out
wpa_bss::caps
wpas_beacon_rep_add_frame_body()
wpa_scan_res_match()
wnm_get_bss_info()
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