nl80211: Add FILS discovery support
authorAloka Dixit <alokad@codeaurora.org>
Fri, 11 Sep 2020 00:05:29 +0000 (00:05 +0000)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 18 Sep 2020 12:06:19 +0000 (14:06 +0200)
commit291c49ded2fda1fd0d7bd6056de99fe47d2332e6
tree3c9a4d42c6c260520b06bf676c826f3f16dabae5
parent5595870f77c7f9de3481b0c0d5ad03176586556e
nl80211: Add FILS discovery support

FILS discovery attribute, NL80211_ATTR_FILS_DISCOVERY, is nested which
supports following parameters as given in IEEE Std 802.11ai-2016,
Annex C.3 MIB detail:
(1) NL80211_FILS_DISCOVERY_ATTR_INT_MIN - Minimum packet interval
(2) NL80211_FILS_DISCOVERY_ATTR_INT_MAX - Maximum packet interval
(3) NL80211_FILS_DISCOVERY_ATTR_TMPL - Template data

Signed-off-by: Aloka Dixit <alokad@codeaurora.org>
Link: https://lore.kernel.org/r/20200805011838.28166-2-alokad@codeaurora.org
[fix attribute and other names, use NLA_RANGE(), use policy only once]
Link: https://lore.kernel.org/r/010101747a7b38a8-306f06b2-9061-4baf-81c1-054a42a18e22-000000@us-west-2.amazonses.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
include/uapi/linux/nl80211.h
net/wireless/nl80211.c