ESP-IDF
wifi_cipher_type_t
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
wifi_cipher_type_t
wifi_cipher_type_t enum
Syntax
Show:
Summary
Declaration
from
esp_wifi_types_generic.h:256
enum
{
WIFI_CIPHER_TYPE_NONE
=
0
,
WIFI_CIPHER_TYPE_WEP40
,
WIFI_CIPHER_TYPE_WEP104
,
WIFI_CIPHER_TYPE_TKIP
,
WIFI_CIPHER_TYPE_CCMP
,
WIFI_CIPHER_TYPE_TKIP_CCMP
,
WIFI_CIPHER_TYPE_AES_CMAC128
,
WIFI_CIPHER_TYPE_SMS4
,
WIFI_CIPHER_TYPE_GCMP
,
WIFI_CIPHER_TYPE_GCMP256
,
WIFI_CIPHER_TYPE_AES_GMAC128
,
WIFI_CIPHER_TYPE_AES_GMAC256
,
WIFI_CIPHER_TYPE_UNKNOWN
,
}
;
Values
Value
Declared as
Description
wifi_cipher_type_t::WIFI_CIPHER_TYPE_NONE
=
0
The cipher type is none.
wifi_cipher_type_t::WIFI_CIPHER_TYPE_WEP40
The cipher type is WEP40.
wifi_cipher_type_t::WIFI_CIPHER_TYPE_WEP104
The cipher type is WEP104.
wifi_cipher_type_t::WIFI_CIPHER_TYPE_TKIP
The cipher type is TKIP.
wifi_cipher_type_t::WIFI_CIPHER_TYPE_CCMP
The cipher type is CCMP.
wifi_cipher_type_t::WIFI_CIPHER_TYPE_TKIP_CCMP
The cipher type is TKIP and CCMP.
wifi_cipher_type_t::WIFI_CIPHER_TYPE_AES_CMAC128
The cipher type is AES-CMAC-128.
wifi_cipher_type_t::WIFI_CIPHER_TYPE_SMS4
The cipher type is SMS4.
wifi_cipher_type_t::WIFI_CIPHER_TYPE_GCMP
The cipher type is GCMP.
wifi_cipher_type_t::WIFI_CIPHER_TYPE_GCMP256
The cipher type is GCMP-256.
wifi_cipher_type_t::WIFI_CIPHER_TYPE_AES_GMAC128
The cipher type is AES-GMAC-128.
wifi_cipher_type_t::WIFI_CIPHER_TYPE_AES_GMAC256
The cipher type is AES-GMAC-256.
wifi_cipher_type_t::WIFI_CIPHER_TYPE_UNKNOWN
The cipher type is unknown.
Examples
References
from
examples
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