aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2018-03-26 12:52:51 -0500
committerJohannes Berg <johannes.berg@intel.com>2018-03-29 14:08:30 +0200
commit018f6fbf540d7bd7223b7d0b29651c1dd5e1c606 (patch)
tree5cdf391c14bed2a3636e6717f633bcf35ec319d8 /net/mac80211/ieee80211_i.h
parentmac80211: Add support for tx_control_port (diff)
downloadlinux-dev-018f6fbf540d7bd7223b7d0b29651c1dd5e1c606.tar.xz
linux-dev-018f6fbf540d7bd7223b7d0b29651c1dd5e1c606.zip
mac80211: Send control port frames over nl80211
If userspace requested control port frames to go over 80211, then do so. The control packets are intercepted just prior to delivery of the packet to the underlying network device. Pre-authentication type frames (protocol: 0x88c7) are also forwarded over nl80211. Signed-off-by: Denis Kenzior <denkenz@gmail.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r--net/mac80211/ieee80211_i.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index 275d6269b4a7..6372dbdadf53 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -900,6 +900,7 @@ struct ieee80211_sub_if_data {
u16 sequence_number;
__be16 control_port_protocol;
bool control_port_no_encrypt;
+ bool control_port_over_nl80211;
int encrypt_headroom;
atomic_t num_tx_queued;