diff options
| author | Avinash Patil <patila@marvell.com> | 2014-01-10 14:08:55 -0500 |
|---|---|---|
| committer | Johannes Berg <johannes.berg@intel.com> | 2014-01-10 14:12:13 -0500 |
| commit | 28cb1749e8dcf7f2b49174ae8531e3e5be741736 (patch) | |
| tree | 0991db361be97db3ce1fbc349c74296d3bf28ab3 | |
| parent | b77cf4f8e1892e192ec52df5dd8c158b300fc496 (diff) | |
ieee80211: add definition for SMS4 key len
Add SMS4 key length definition to ieee80211_key_len enum.
It's used by WAPI.
Signed-off-by: Avinash Patil <patila@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
| -rw-r--r-- | include/linux/ieee80211.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index b382c7c49d84..e526a8cecb70 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h | |||
| @@ -1857,6 +1857,7 @@ enum ieee80211_key_len { | |||
| 1857 | WLAN_KEY_LEN_CCMP = 16, | 1857 | WLAN_KEY_LEN_CCMP = 16, |
| 1858 | WLAN_KEY_LEN_TKIP = 32, | 1858 | WLAN_KEY_LEN_TKIP = 32, |
| 1859 | WLAN_KEY_LEN_AES_CMAC = 16, | 1859 | WLAN_KEY_LEN_AES_CMAC = 16, |
| 1860 | WLAN_KEY_LEN_SMS4 = 32, | ||
| 1860 | }; | 1861 | }; |
| 1861 | 1862 | ||
| 1862 | #define IEEE80211_WEP_IV_LEN 4 | 1863 | #define IEEE80211_WEP_IV_LEN 4 |
