]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: Allow use_mfp to be specified with the connect command
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 15 Jan 2013 15:15:57 +0000 (17:15 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 16 Jan 2013 22:27:49 +0000 (23:27 +0100)
commitfab1efb536a64d8d816326d8f0e25c6a3e025f25
treeca8fe105ffd7059ef4f4eaf33197ba0b9a7acb9c
parent19b938a16d22cf823eb667bf4aaf55036103818a
cfg80211: Allow use_mfp to be specified with the connect command

The NL80211_ATTR_USE_MFP attribute was originally added for
NL80211_CMD_ASSOCIATE, but it is actually as useful (if not even more
useful) with NL80211_CMD_CONNECT, so process that attribute with the
connect command, too.

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/sme.c