]> 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)
commit2ce360bbfa45b9cb9fff8ab34a8ed1956cce5317
treeca8fe105ffd7059ef4f4eaf33197ba0b9a7acb9c
parent092210932a8072c144d6e0b3b9213ceddfcddd4f
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