public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] wireless: define AKM suites
@ 2009-06-30 10:47 Johannes Berg
  0 siblings, 0 replies; only message in thread
From: Johannes Berg @ 2009-06-30 10:47 UTC (permalink / raw)
  To: John Linville; +Cc: linux-wireless

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

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
---
 include/linux/ieee80211.h |    4 ++++
 1 file changed, 4 insertions(+)

--- wireless-testing.orig/include/linux/ieee80211.h	2009-06-30 12:46:11.000000000 +0200
+++ wireless-testing/include/linux/ieee80211.h	2009-06-30 12:46:18.000000000 +0200
@@ -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
 
 /**



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-30 10:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-30 10:47 [PATCH] wireless: define AKM suites Johannes Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox