]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit554dd477d666587e790fac5a5621b9356da7c1d0
treee2c8641581e3ff336586bd08fbf978da72c9a514
parentc3377c0b84068574d4eceb2d3b9a208297962d85
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