cfg80211: Allow user space to specify non-IEs to SAE Authentication
authorJouni Malinen <j@w1.fi>
Sun, 30 Sep 2012 16:29:39 +0000 (19:29 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 17 Oct 2012 09:02:11 +0000 (11:02 +0200)
commite39e5b5e7206767a0f1be0e5cb7acbd0db87ae60
treee2c8641581e3ff336586bd08fbf978da72c9a514
parent0f4126e8918985ccc1beb936efd4b9d1e9005a63
cfg80211: Allow user space to specify non-IEs to SAE Authentication

SAE extends Authentication frames with fields that are not information
elements. NL80211_ATTR_IE is not suitable for these, so introduce a new
attribute that can be used to specify the fields needed for SAE in
station mode.

Signed-off-by: Jouni Malinen <j@w1.fi>
[change to verify that SAE is only used with authenticate command]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
include/uapi/linux/nl80211.h
net/wireless/core.h
net/wireless/mlme.c
net/wireless/nl80211.c
net/wireless/sme.c