Skip to content

Commit

Permalink
ieee80211: add definition for SMS4 key len
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Avinash Patil authored and Johannes Berg committed Jan 10, 2014
1 parent b77cf4f commit 28cb174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/ieee80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -1857,6 +1857,7 @@ enum ieee80211_key_len {
WLAN_KEY_LEN_CCMP = 16,
WLAN_KEY_LEN_TKIP = 32,
WLAN_KEY_LEN_AES_CMAC = 16,
WLAN_KEY_LEN_SMS4 = 32,
};

#define IEEE80211_WEP_IV_LEN 4
Expand Down

0 comments on commit 28cb174

Please sign in to comment.