Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH] ieee80211: Define cipher suite selector for WPI-SMS4
@ 2011-11-02 21:34 Jouni Malinen
  2011-11-03  1:15 ` Dan Williams
  0 siblings, 1 reply; 4+ messages in thread
From: Jouni Malinen @ 2011-11-02 21:34 UTC (permalink / raw)
  To: John W. Linville, Johannes Berg; +Cc: linux-wireless

This value is used for WPI-SMS4 in ISO/IEC JTC 1 N 9880.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
---
 include/linux/ieee80211.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h
index 48363c3..80cba03 100644
--- a/include/linux/ieee80211.h
+++ b/include/linux/ieee80211.h
@@ -1552,6 +1552,8 @@ enum ieee80211_sa_query_action {
 #define WLAN_CIPHER_SUITE_WEP104	0x000FAC05
 #define WLAN_CIPHER_SUITE_AES_CMAC	0x000FAC06
 
+#define WLAN_CIPHER_SUITE_SMS4		0x00147201
+
 /* AKM suite selectors */
 #define WLAN_AKM_SUITE_8021X		0x000FAC01
 #define WLAN_AKM_SUITE_PSK		0x000FAC02
-- 
1.7.4.1


-- 
Jouni Malinen                                            PGP id EFC895FA

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-11-03  9:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-02 21:34 [PATCH] ieee80211: Define cipher suite selector for WPI-SMS4 Jouni Malinen
2011-11-03  1:15 ` Dan Williams
2011-11-03  7:56   ` Johannes Berg
2011-11-03  9:49   ` Jouni Malinen

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