Remove unused WLAN_AKM_SUITE_* definitions
This gets rid of an unnecessary duplication of the definitions since all the code has now been moved to using the earlier RSN_AUTH_KEY_MGMT_* definitions. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
bf9f8a0525
commit
89ba101e14
1 changed files with 0 additions and 16 deletions
|
@ -1625,22 +1625,6 @@ enum plink_action_field {
|
||||||
#define WLAN_CIPHER_SUITE_CMIC 0x00409602
|
#define WLAN_CIPHER_SUITE_CMIC 0x00409602
|
||||||
#define WLAN_CIPHER_SUITE_KRK 0x004096FF /* for nl80211 use only */
|
#define WLAN_CIPHER_SUITE_KRK 0x004096FF /* for nl80211 use only */
|
||||||
|
|
||||||
/* AKM suite selectors */
|
|
||||||
#define WLAN_AKM_SUITE_8021X 0x000FAC01
|
|
||||||
#define WLAN_AKM_SUITE_PSK 0x000FAC02
|
|
||||||
#define WLAN_AKM_SUITE_FT_8021X 0x000FAC03
|
|
||||||
#define WLAN_AKM_SUITE_FT_PSK 0x000FAC04
|
|
||||||
#define WLAN_AKM_SUITE_8021X_SHA256 0x000FAC05
|
|
||||||
#define WLAN_AKM_SUITE_PSK_SHA256 0x000FAC06
|
|
||||||
#define WLAN_AKM_SUITE_8021X_SUITE_B 0x000FAC0B
|
|
||||||
#define WLAN_AKM_SUITE_8021X_SUITE_B_192 0x000FAC0C
|
|
||||||
#define WLAN_AKM_SUITE_FILS_SHA256 0x000FAC0E
|
|
||||||
#define WLAN_AKM_SUITE_FILS_SHA384 0x000FAC0F
|
|
||||||
#define WLAN_AKM_SUITE_FT_FILS_SHA256 0x000FAC10
|
|
||||||
#define WLAN_AKM_SUITE_FT_FILS_SHA384 0x000FAC11
|
|
||||||
#define WLAN_AKM_SUITE_CCKM 0x00409600
|
|
||||||
#define WLAN_AKM_SUITE_OSEN 0x506f9a01
|
|
||||||
|
|
||||||
|
|
||||||
/* IEEE 802.11v - WNM Action field values */
|
/* IEEE 802.11v - WNM Action field values */
|
||||||
enum wnm_action {
|
enum wnm_action {
|
||||||
|
|
Loading…
Add table
Reference in a new issue