summaryrefslogtreecommitdiffstats
path: root/include/net/cfg80211.h
diff options
context:
space:
mode:
authorSara Sharon2019-03-15 16:39:03 +0100
committerJohannes Berg2019-04-26 13:02:11 +0200
commitf7dacfb11475ba777e1e84ccec2e14b0ba5a17a3 (patch)
treefbf84948ee61918506679dd769a3c8d23ff46ffe /include/net/cfg80211.h
parentcfg80211: don't skip multi-bssid index element (diff)
downloadkernel-qcow2-linux-f7dacfb11475ba777e1e84ccec2e14b0ba5a17a3.tar.gz
kernel-qcow2-linux-f7dacfb11475ba777e1e84ccec2e14b0ba5a17a3.tar.xz
kernel-qcow2-linux-f7dacfb11475ba777e1e84ccec2e14b0ba5a17a3.zip
cfg80211: support non-inheritance element
Subelement profile may specify element IDs it doesn't inherit from the management frame. Support it. Signed-off-by: Sara Sharon <sara.sharon@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r--include/net/cfg80211.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 70432fd638af..777c4f021610 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -5535,6 +5535,14 @@ static inline void cfg80211_gen_new_bssid(const u8 *bssid, u8 max_bssid,
}
/**
+ * cfg80211_is_element_inherited - returns if element ID should be inherited
+ * @element: element to check
+ * @non_inherit_element: non inheritance element
+ */
+bool cfg80211_is_element_inherited(const struct element *element,
+ const struct element *non_inherit_element);
+
+/**
* enum cfg80211_bss_frame_type - frame type that the BSS data came from
* @CFG80211_BSS_FTYPE_UNKNOWN: driver doesn't know whether the data is
* from a beacon or probe response