ESP-IDF
SPP_AMSDU_REQ_DISABLE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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_REQ_DISABLE
SPP_AMSDU_REQ_DISABLE macro
Syntax
Show:
Summary
Declaration
from
eapol_common.h:32
#define
SPP_AMSDU_REQ_DISABLE
0
Examples
References
from
examples
Code
Location
#define
SPP_AMSDU_REQ_DISABLE
0
eapol_common.h:32
auth_conf
->
spp_sup
.
require
=
(
(
spp_attrubute
&
WPA_CAPABILITY_SPP_REQUIRED
)
?
SPP_AMSDU_REQ_ENABLE
:
SPP_AMSDU_REQ_DISABLE
)
;
esp_hostap.c:142
sm
->
spp_sup
.
require
=
(
(
spp_attrubute
&
WPA_CAPABILITY_SPP_REQUIRED
)
?
SPP_AMSDU_REQ_ENABLE
:
SPP_AMSDU_REQ_DISABLE
)
;
wpa.c:2150
sm
->
spp_sup
.
require
=
SPP_AMSDU_REQ_DISABLE
;
wpa_auth_ie.c:550
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