]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Remove unused WLAN_CIPHER_SUITE_* definitions
authorJouni Malinen <j@w1.fi>
Sat, 28 Jan 2017 12:05:44 +0000 (14:05 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 28 Jan 2017 12:05:44 +0000 (14:05 +0200)
This gets rid of an unnecessary duplication of the definitions since all
the code has now been moved to using the earlier RSN_CIPHER_SUITE_*
definitions.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/common/ieee802_11_defs.h

index fd9d9f7dce91842b233c2893215137fb56ecfe87..55eaa822ba61f86895cec52cf370f9111d4267a1 100644 (file)
@@ -1602,29 +1602,6 @@ enum plink_action_field {
 
 #define VENDOR_HT_CAPAB_OUI_TYPE 0x33 /* 00-90-4c:0x33 */
 
-/* cipher suite selectors */
-#define WLAN_CIPHER_SUITE_USE_GROUP    0x000FAC00
-#define WLAN_CIPHER_SUITE_WEP40                0x000FAC01
-#define WLAN_CIPHER_SUITE_TKIP         0x000FAC02
-/* reserved:                           0x000FAC03 */
-#define WLAN_CIPHER_SUITE_CCMP         0x000FAC04
-#define WLAN_CIPHER_SUITE_WEP104       0x000FAC05
-#define WLAN_CIPHER_SUITE_AES_CMAC     0x000FAC06
-#define WLAN_CIPHER_SUITE_NO_GROUP_ADDR        0x000FAC07
-#define WLAN_CIPHER_SUITE_GCMP         0x000FAC08
-#define WLAN_CIPHER_SUITE_GCMP_256     0x000FAC09
-#define WLAN_CIPHER_SUITE_CCMP_256     0x000FAC0A
-#define WLAN_CIPHER_SUITE_BIP_GMAC_128 0x000FAC0B
-#define WLAN_CIPHER_SUITE_BIP_GMAC_256 0x000FAC0C
-#define WLAN_CIPHER_SUITE_BIP_CMAC_256 0x000FAC0D
-
-#define WLAN_CIPHER_SUITE_SMS4         0x00147201
-
-#define WLAN_CIPHER_SUITE_CKIP         0x00409600
-#define WLAN_CIPHER_SUITE_CKIP_CMIC    0x00409601
-#define WLAN_CIPHER_SUITE_CMIC         0x00409602
-#define WLAN_CIPHER_SUITE_KRK          0x004096FF /* for nl80211 use only */
-
 
 /* IEEE 802.11v - WNM Action field values */
 enum wnm_action {