]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: Add support for FILS shared key authentication offload
authorVidyullatha Kanchanapally <vkanchan@qti.qualcomm.com>
Thu, 30 Mar 2017 21:22:34 +0000 (00:22 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 31 Mar 2017 06:32:23 +0000 (08:32 +0200)
commit1e65c2dd2b3f8acc1b5b8e3c84f57e332237c375
tree1ac6cc6d45af404511bac48fa7e55fd784c7afce
parent5063022753a057c99b43f3a8c3573f0ca658a633
cfg80211: Add support for FILS shared key authentication offload

Enhance nl80211 and cfg80211 connect request and response APIs to
support FILS shared key authentication offload. The new nl80211
attributes can be used to provide additional information to the driver
to establish a FILS connection. Also enhance the set/del PMKSA to allow
support for adding and deleting PMKSA based on FILS cache identifier.

Add a new feature flag that drivers can use to advertize support for
FILS shared key authentication and association in station mode when
using their own SME.

Signed-off-by: Vidyullatha Kanchanapally <vkanchan@qti.qualcomm.com>
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/linux/ieee80211.h
include/net/cfg80211.h
include/uapi/linux/nl80211.h
net/wireless/nl80211.c
net/wireless/sme.c