ESP-IDF
mfp_options
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
mfp_options
mfp_options enum
enum mfp_options - Management frame protection (IEEE 802.11w) options
Syntax
Show:
Summary
Declaration
from
defs.h:340
enum
mfp_options
{
NO_MGMT_FRAME_PROTECTION
=
0
,
MGMT_FRAME_PROTECTION_OPTIONAL
=
1
,
MGMT_FRAME_PROTECTION_REQUIRED
=
2
,
}
;
Values
Value
Declared as
mfp_options::NO_MGMT_FRAME_PROTECTION
=
0
mfp_options::MGMT_FRAME_PROTECTION_OPTIONAL
=
1
mfp_options::MGMT_FRAME_PROTECTION_REQUIRED
=
2
Examples
References
from
examples
Code
Location
Scope
Referrer
enum
mfp_options
{
defs.h:340
enum
mfp_options
ieee80211w
;
ap_config.h:203
hostapd_bss_config
hostapd_bss_config::ieee80211w
enum
mfp_options
ieee80211w
;
wpa_auth.h:145
wpa_auth_config
wpa_auth_config::ieee80211w
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
Instance
Scope
Location
Project
wpa_auth_config::ieee80211w
wpa_auth_config
wpa_auth.h:145
hostapd_bss_config::ieee80211w
hostapd_bss_config
ap_config.h:203
Lifecycle
from
examples
All items filtered out
All items filtered out