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)
commitcee00a959c0a86571e6f99cf42f0261d7e54d2ae
treeca8fe105ffd7059ef4f4eaf33197ba0b9a7acb9c
parent1c18f1452a772dfe884ed25677bddb3ecaf9c43a
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