]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: Extend support for IEEE 802.11r Fast BSS Transition
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 27 Feb 2013 15:14:27 +0000 (17:14 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 6 Mar 2013 15:35:51 +0000 (16:35 +0100)
commiteb6d6011e1caa1177152f2519914dbfc70e7dea8
treebd4bfa7f90b431aa87342dd008d6dcc0f7d3e825
parentf23d1c3eceb2fe98893c7a73229dc6f45c8b5442
cfg80211: Extend support for IEEE 802.11r Fast BSS Transition

Add NL80211_CMD_UPDATE_FT_IES to support update of FT IEs to the WLAN
driver and NL80211_CMD_FT_EVENT to send FT events from the WLAN driver.
This will carry the target AP's MAC address along with the relevant
Information Elements. This event is used to report received FT IEs
(MDIE, FTIE, RSN IE, TIE, RICIE). These changes allow FT to be supported
with drivers that use an internal SME instead of user space option (like
FT implementation in wpa_supplicant with mac80211-based drivers).

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
include/uapi/linux/nl80211.h
net/wireless/nl80211.c
net/wireless/rdev-ops.h
net/wireless/trace.h