]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - net/wireless/core.h
cfg80211: Rename SAE_DATA to more generic AUTH_DATA
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 26 Oct 2016 21:41:58 +0000 (00:41 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 27 Oct 2016 14:03:20 +0000 (16:03 +0200)
commit11b6b5a4ced2f2c76073b97ee08ca0eab8358fde
treecd0d1d57f4f75c1f19165645f35349de263e5ca3
parentbfe2c7b1cce4a1e13669e74796a172d7dcbf9d27
cfg80211: Rename SAE_DATA to more generic AUTH_DATA

This adds defines and nl80211 extensions to allow FILS Authentication to
be implemented similarly to SAE. FILS does not need the special rules
for the Authentication transaction number and Status code fields, but it
does need to add non-IE fields. The previously used
NL80211_ATTR_SAE_DATA can be reused for this to avoid having to
duplicate that implementation. Rename that attribute to more generic
NL80211_ATTR_AUTH_DATA (with backwards compatibility define for
NL80211_SAE_DATA).

Also document the special rules related to the Authentication
transaction number and Status code fiels.

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/mac80211/mlme.c
net/wireless/core.h
net/wireless/mlme.c
net/wireless/nl80211.c