mac80211: Unsolicited broadcast probe response support
authorAloka Dixit <alokad@codeaurora.org>
Fri, 11 Sep 2020 00:33:01 +0000 (00:33 +0000)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 18 Sep 2020 12:06:20 +0000 (14:06 +0200)
commit632189a0180fdaae6715c83c68cc5c8998d6c841
treea5f398028e79b26e32a5101bf4ce943a648c3249
parent7443dcd1f1718a355e9c4ebeb7e95c3f9f27bb5f
mac80211: Unsolicited broadcast probe response support

This patch adds mac80211 support to configure unsolicited
broadcast probe response transmission for in-band discovery in 6GHz.

Changes include functions to store and retrieve probe response template,
and packet interval (0 - 20 TUs).
Setting interval to 0 disables the unsolicited broadcast probe response
transmission.

Signed-off-by: Aloka Dixit <alokad@codeaurora.org>
Link: https://lore.kernel.org/r/010101747a946b35-ad25858a-1f1f-48df-909e-dc7bf26d9169-000000@us-west-2.amazonses.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h
net/mac80211/cfg.c
net/mac80211/ieee80211_i.h
net/mac80211/tx.c