ESP-IDF
SPP_AMSDU_CAP_ENABLE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/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
SPP_AMSDU_CAP_ENABLE
SPP_AMSDU_CAP_ENABLE macro
Syntax
Show:
Summary
Declaration
from
eapol_common.h:29
#define
SPP_AMSDU_CAP_ENABLE
1
Examples
References
from
examples
Code
Location
#define
SPP_AMSDU_CAP_ENABLE
1
eapol_common.h:29
auth_conf
->
spp_sup
.
capable
=
(
(
spp_attrubute
&
WPA_CAPABILITY_SPP_CAPABLE
)
?
SPP_AMSDU_CAP_ENABLE
:
SPP_AMSDU_CAP_DISABLE
)
;
esp_hostap.c:141
sm
->
spp_sup
.
capable
=
(
(
spp_attrubute
&
WPA_CAPABILITY_SPP_CAPABLE
)
?
SPP_AMSDU_CAP_ENABLE
:
SPP_AMSDU_CAP_DISABLE
)
;
wpa.c:2149
sm
->
spp_sup
.
capable
=
SPP_AMSDU_CAP_ENABLE
;
wpa_auth_ie.c:542
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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