Browse Source

qcacmn: define FT_8021X and FT_PSK suites

Define WLAN_AKM_SUITE_FT_8021X and WLAN_AKM_SUITE_FT_PSK for kernel version
less then 4.14.

Change-Id: Id5518511bc4f639fff6d1e20bcf0aad973d9ab46
CRs-Fixed: 2362888
Rachit Kankane 6 years ago
parent
commit
6adabaf78a
1 changed files with 5 additions and 0 deletions
  1. 5 0
      umac/cmn_services/crypto/inc/wlan_crypto_global_def.h

+ 5 - 0
umac/cmn_services/crypto/inc/wlan_crypto_global_def.h

@@ -85,6 +85,11 @@
 #define WLAN_CRYPTO_KEY_SWMIC        (WLAN_CRYPTO_KEY_SWENMIC \
 						| WLAN_CRYPTO_KEY_SWDEMIC)
 
+#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 12, 0)
+#define WLAN_AKM_SUITE_FT_8021X         0x000FAC03
+#define WLAN_AKM_SUITE_FT_PSK           0x000FAC04
+#endif
+
 /*
  * Cipher types
  */