On 6/2/2020 3:38 AM, Aloka Dixit wrote:
This patchset adds support for FILS discovery transmission as per
IEEE Std 802.11ai-2016.
This is the next version in the series given below:
FILS discovery and bcast probe resp support.
Unsolicited broadcast probe response support is now split into
a separate patchset.
Hi Aloka,
What is your motivation for the split? As you stated earlier FILS
discovery and unsollicited probe responses are mutual exclusive as it
only eats up airtime to do both. I tend to agree to that earlier
statement so I would like to see some arguments for doing the split.
Regards,
Arend
Aloka Dixit (2):
nl80211: Add FILS discovery support
mac80211: Add FILS discovery transmission support
include/net/cfg80211.h | 25 ++++++++++++++++
include/net/mac80211.h | 31 ++++++++++++++++++++
include/uapi/linux/nl80211.h | 46 +++++++++++++++++++++++++++++
net/mac80211/cfg.c | 46 +++++++++++++++++++++++++++++
net/mac80211/ieee80211_i.h | 7 +++++
net/mac80211/tx.c | 25 ++++++++++++++++
net/wireless/nl80211.c | 57 ++++++++++++++++++++++++++++++++++++
7 files changed, 237 insertions(+)