Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6a669e65 authored by Johannes Berg's avatar Johannes Berg Committed by John W. Linville
Browse files

wireless: define AKM suites



We'll need these values for some drivers using connect API
and for wext compat code, so let's define them.

Signed-off-by: default avatarJohannes Berg <johannes@sipsolutions.net>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 3f65b245
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1196,6 +1196,10 @@ enum ieee80211_sa_query_action {
#define WLAN_CIPHER_SUITE_WEP104	0x000FAC05
#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

/**