ESP-IDF
RSN_SELECTOR
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
RSN_SELECTOR
RSN_SELECTOR macro
Syntax
Show:
Summary
Declaration
from
wpa_common.h:33
#define
RSN_SELECTOR
(
a
,
b
,
c
,
d
)
\
(
(
(
(
u32
)
(
a
)
)
<
<
24
)
|
(
(
(
u32
)
(
b
)
)
<
<
16
)
|
(
(
(
u32
)
(
c
)
)
<
<
8
)
|
\
(
u32
)
(
d
)
)
Arguments
Argument
a
b
c
d
Examples
References
from
examples
Code
Location
#define
RSN_SELECTOR
(
a
,
b
,
c
,
d
)
\
wpa_common.h:33
#define
WPA_AUTH_KEY_MGMT_NONE
RSN_SELECTOR
(
0x00
,
0x50
,
0xf2
,
0
)
wpa_common.h:37
#define
WPA_AUTH_KEY_MGMT_UNSPEC_802_1X
RSN_SELECTOR
(
0x00
,
0x50
,
0xf2
,
1
)
wpa_common.h:38
#define
WPA_AUTH_KEY_MGMT_PSK_OVER_802_1X
RSN_SELECTOR
(
0x00
,
0x50
,
0xf2
,
2
)
wpa_common.h:39
#define
WPA_CIPHER_SUITE_NONE
RSN_SELECTOR
(
0x00
,
0x50
,
0xf2
,
0
)
wpa_common.h:40
#define
WPA_CIPHER_SUITE_WEP40
RSN_SELECTOR
(
0x00
,
0x50
,
0xf2
,
1
)
wpa_common.h:41
#define
WPA_CIPHER_SUITE_TKIP
RSN_SELECTOR
(
0x00
,
0x50
,
0xf2
,
2
)
wpa_common.h:42
#define
WPA_CIPHER_SUITE_CCMP
RSN_SELECTOR
(
0x00
,
0x50
,
0xf2
,
4
)
wpa_common.h:43
#define
WPA_CIPHER_SUITE_WEP104
RSN_SELECTOR
(
0x00
,
0x50
,
0xf2
,
5
)
wpa_common.h:44
#define
RSN_AUTH_KEY_MGMT_UNSPEC_802_1X
RSN_SELECTOR
(
0x00
,
0x0f
,
0xac
,
1
)
wpa_common.h:56
#define
RSN_AUTH_KEY_MGMT_PSK_OVER_802_1X
RSN_SELECTOR
(
0x00
,
0x0f
,
0xac
,
2
)
wpa_common.h:57
#define
RSN_AUTH_KEY_MGMT_FT_802_1X
RSN_SELECTOR
(
0x00
,
0x0f
,
0xac
,
3
)
wpa_common.h:59
#define
RSN_AUTH_KEY_MGMT_FT_PSK
RSN_SELECTOR
(
0x00
,
0x0f
,
0xac
,
4
)
wpa_common.h:60
#define
RSN_AUTH_KEY_MGMT_802_1X_SHA256
RSN_SELECTOR
(
0x00
,
0x0f
,
0xac
,
5
)
wpa_common.h:62
#define
RSN_AUTH_KEY_MGMT_PSK_SHA256
RSN_SELECTOR
(
0x00
,
0x0f
,
0xac
,
6
)
wpa_common.h:63
#define
RSN_AUTH_KEY_MGMT_SAE
RSN_SELECTOR
(
0x00
,
0x0f
,
0xac
,
8
)
wpa_common.h:64
#define
RSN_AUTH_KEY_MGMT_802_1X_SUITE_B
RSN_SELECTOR
(
0x00
,
0x0f
,
0xac
,
11
)
wpa_common.h:66
#define
RSN_AUTH_KEY_MGMT_802_1X_SUITE_B_192
RSN_SELECTOR
(
0x00
,
0x0f
,
0xac
,
12
)
wpa_common.h:67
#define
RSN_AUTH_KEY_MGMT_FT_SAE
RSN_SELECTOR
(
0x00
,
0x0f
,
0xac
,
9
)
wpa_common.h:70
#define
RSN_AUTH_KEY_MGMT_OWE
RSN_SELECTOR
(
0x00
,
0x0f
,
0xac
,
18
)
wpa_common.h:71
#define
RSN_AUTH_KEY_MGMT_SAE_EXT_KEY
RSN_SELECTOR
(
0x00
,
0x0f
,
0xac
,
24
)
wpa_common.h:72
#define
RSN_AUTH_KEY_MGMT_DPP
RSN_SELECTOR
(
0x50
,
0x6f
,
0x9a
,
0x02
)
wpa_common.h:73
#define
RSN_CIPHER_SUITE_NONE
RSN_SELECTOR
(
0x00
,
0x0f
,
0xac
,
0
)
wpa_common.h:75
#define
RSN_CIPHER_SUITE_WEP40
RSN_SELECTOR
(
0x00
,
0x0f
,
0xac
,
1
)
wpa_common.h:76
#define
RSN_CIPHER_SUITE_TKIP
RSN_SELECTOR
(
0x00
,
0x0f
,
0xac
,
2
)
wpa_common.h:77
#define
RSN_CIPHER_SUITE_CCMP
RSN_SELECTOR
(
0x00
,
0x0f
,
0xac
,
4
)
wpa_common.h:78
#define
RSN_CIPHER_SUITE_WEP104
RSN_SELECTOR
(
0x00
,
0x0f
,
0xac
,
5
)
wpa_common.h:79
#define
RSN_CIPHER_SUITE_AES_128_CMAC
RSN_SELECTOR
(
0x00
,
0x0f
,
0xac
,
6
)
wpa_common.h:81
#define
RSN_CIPHER_SUITE_BIP_GMAC_128
RSN_SELECTOR
(
0x00
,
0x0f
,
0xac
,
11
)
wpa_common.h:87
#define
RSN_CIPHER_SUITE_BIP_GMAC_256
RSN_SELECTOR
(
0x00
,
0x0f
,
0xac
,
12
)
wpa_common.h:88
#define
RSN_KEY_DATA_GROUPKEY
RSN_SELECTOR
(
0x00
,
0x0f
,
0xac
,
1
)
wpa_common.h:94
#define
RSN_KEY_DATA_MAC_ADDR
RSN_SELECTOR
(
0x00
,
0x0f
,
0xac
,
3
)
wpa_common.h:95
#define
RSN_KEY_DATA_PMKID
RSN_SELECTOR
(
0x00
,
0x0f
,
0xac
,
4
)
wpa_common.h:96
#define
RSN_KEY_DATA_IGTK
RSN_SELECTOR
(
0x00
,
0x0f
,
0xac
,
9
)
wpa_common.h:98
#define
WFA_KEY_DATA_TRANSITION_DISABLE
RSN_SELECTOR
(
0x50
,
0x6f
,
0x9a
,
0x20
)
wpa_common.h:101
#define
WPA_OUI_TYPE
RSN_SELECTOR
(
0x00
,
0x50
,
0xf2
,
1
)
wpa_common.h:103
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