diff options
author | Markus Theil <markus.theil@tu-ilmenau.de> | 2020-03-12 10:10:54 +0100 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2020-03-20 14:42:19 +0100 |
commit | 7f3f96cedd79e36b199a8eb4015a077468c37f3a (patch) | |
tree | d4eee0110076523f3741c679503cdf8a48c3db62 /include/net/cfg80211.h | |
parent | 5631d96aa396d75b99bf522750a5a8378337aefc (diff) | |
download | kernel_replicant_linux-7f3f96cedd79e36b199a8eb4015a077468c37f3a.tar.gz kernel_replicant_linux-7f3f96cedd79e36b199a8eb4015a077468c37f3a.tar.bz2 kernel_replicant_linux-7f3f96cedd79e36b199a8eb4015a077468c37f3a.zip |
mac80211: handle no-preauth flag for control port
This patch adds support for disabling pre-auth rx over the nl80211 control
port for mac80211.
Signed-off-by: Markus Theil <markus.theil@tu-ilmenau.de>
Link: https://lore.kernel.org/r/20200312091055.54257-3-markus.theil@tu-ilmenau.de
[fix indentation slightly, squash feature enablement]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r-- | include/net/cfg80211.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index e511b225be29..329044c31220 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -924,6 +924,7 @@ struct cfg80211_crypto_settings { __be16 control_port_ethertype; bool control_port_no_encrypt; bool control_port_over_nl80211; + bool control_port_no_preauth; struct key_params *wep_keys; int wep_tx_key; const u8 *psk; |