commit | 3ea542d3c2862142ae511fac5ce2dfc7419dcc53 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Jul 07 18:58:00 2011 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jul 08 11:42:22 2011 -0400 |
tree | 472807c6d2a0aefa050a63cc34d9e2a2f7a3f2a6 | |
parent | 9e26297a56453315ae6829aec609b5a6309af7b4 [diff] |
mac80211: allow drivers to access key sequence counter In order to implement GTK rekeying, the device needs to be able to encrypt frames with the right PN/IV and check the PN/IV in RX frames. To be able to tell it about all those counters, we need to be able to get them from mac80211, this adds the required API. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>