|
@@ -1196,6 +1196,10 @@ enum ieee80211_sa_query_action {
|
|
#define WLAN_CIPHER_SUITE_WEP104 0x000FAC05
|
|
#define WLAN_CIPHER_SUITE_WEP104 0x000FAC05
|
|
#define WLAN_CIPHER_SUITE_AES_CMAC 0x000FAC06
|
|
#define WLAN_CIPHER_SUITE_AES_CMAC 0x000FAC06
|
|
|
|
|
|
|
|
+/* AKM suite selectors */
|
|
|
|
+#define WLAN_AKM_SUITE_8021X 0x000FAC01
|
|
|
|
+#define WLAN_AKM_SUITE_PSK 0x000FAC02
|
|
|
|
+
|
|
#define WLAN_MAX_KEY_LEN 32
|
|
#define WLAN_MAX_KEY_LEN 32
|
|
|
|
|
|
/**
|
|
/**
|