summaryrefslogtreecommitdiffstats
path: root/include/linux/wireless.h
diff options
context:
space:
mode:
authorJouni Malinen2009-01-08 12:32:04 +0100
committerJohn W. Linville2009-01-29 22:00:04 +0100
commit22787dbaa3b952602542506e0426ea6d5f104042 (patch)
tree47fe44523213bb66857c83faef185044c44c20e7 /include/linux/wireless.h
parentmac80211: 802.11w - WEXT parameter for setting mgmt cipher (diff)
downloadkernel-qcow2-linux-22787dbaa3b952602542506e0426ea6d5f104042.tar.gz
kernel-qcow2-linux-22787dbaa3b952602542506e0426ea6d5f104042.tar.xz
kernel-qcow2-linux-22787dbaa3b952602542506e0426ea6d5f104042.zip
mac80211: 802.11w - WEXT configuration for IGTK
Added new SIOCSIWENCODEEXT algorithm for configuring BIP (AES-CMAC) keys (IGTK). Signed-off-by: Jouni Malinen <j@w1.fi> Acked-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux/wireless.h')
-rw-r--r--include/linux/wireless.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/wireless.h b/include/linux/wireless.h
index d426dce47e7c..5d1f3fbffd77 100644
--- a/include/linux/wireless.h
+++ b/include/linux/wireless.h
@@ -615,6 +615,7 @@
#define IW_ENCODE_ALG_TKIP 2
#define IW_ENCODE_ALG_CCMP 3
#define IW_ENCODE_ALG_PMK 4
+#define IW_ENCODE_ALG_AES_CMAC 5
/* struct iw_encode_ext ->ext_flags */
#define IW_ENCODE_EXT_TX_SEQ_VALID 0x00000001
#define IW_ENCODE_EXT_RX_SEQ_VALID 0x00000002