nl80211: Add RSC configuration for new keys
authorJouni Malinen <jouni.malinen@atheros.com>
Mon, 11 May 2009 18:57:58 +0000 (21:57 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 13 May 2009 19:44:39 +0000 (15:44 -0400)
commitfaa8fdc85347cc76d87b43ea718785661c54f656
treed6a2bad74310885e8f0836791c93070d243b6b2c
parent3f77316c6b99f596bfbf72c0542f47f7230b702e
nl80211: Add RSC configuration for new keys

When setting a key with NL80211_CMD_NEW_KEY, we should allow the key
sequence number (RSC) to be set in order to allow replay protection to
work correctly for group keys. This patch documents this use for
nl80211 and adds the couple of missing pieces in nl80211/cfg80211 and
mac80211 to support this. In addition, WEXT SIOCSIWENCODEEXT compat
processing in cfg80211 is extended to handle the RSC (this was already
specified in WEXT, but just not implemented in cfg80211/mac80211).

Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/linux/nl80211.h
net/mac80211/cfg.c
net/mac80211/key.c
net/mac80211/key.h
net/wireless/nl80211.c
net/wireless/wext-compat.c