ESP-IDF
rsn_sppamsdu_sup::capable
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
rsn_sppamsdu_sup::capable
rsn_sppamsdu_sup::capable field
Syntax
Show:
Summary
Declaration
from
wpa_common.h:369
bool
capable
;
Examples
References
from
examples
Code
Location
Referrer
bool
capable
;
wpa_common.h:369
auth_conf
->
spp_sup
.
capable
=
(
(
spp_attrubute
&
WPA_CAPABILITY_SPP_CAPABLE
)
?
SPP_AMSDU_CAP_ENABLE
:
SPP_AMSDU_CAP_DISABLE
)
;
esp_hostap.c:141
hostap_init()
*
spp_cap
=
sta
->
wpa_sm
->
spp_sup
.
capable
;
esp_wpa_main.c:189
wpa_ap_get_peer_spp_msg()
sm
->
spp_sup
.
capable
=
(
(
spp_attrubute
&
WPA_CAPABILITY_SPP_CAPABLE
)
?
SPP_AMSDU_CAP_ENABLE
:
SPP_AMSDU_CAP_DISABLE
)
;
wpa.c:2149
wpa_sm_init()
if
(
conf
->
spp_sup
.
capable
)
{
wpa_auth_ie.c:225
wpa_write_rsn_ie()
sm
->
spp_sup
.
capable
=
SPP_AMSDU_CAP_ENABLE
;
wpa_auth_ie.c:542
wpa_validate_wpa_ie()
sm
->
spp_sup
.
capable
=
SPP_AMSDU_CAP_DISABLE
;
wpa_auth_ie.c:544
wpa_validate_wpa_ie()
if
(
sm
->
spp_sup
.
capable
)
{
wpa_ie.c:228
wpa_gen_wpa_ie_rsn()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
rsn_sppamsdu_sup::capable
is written by 3 functions and is read by 3 functions:
wpa_validate_wpa_ie()
wpa_sm_init()
hostap_init()
All items filtered out
rsn_sppamsdu_sup::capable
wpa_write_rsn_ie()
wpa_gen_wpa_ie_rsn()
wpa_ap_get_peer_spp_msg()
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