nl80211: add attributes for multiple bssid related settings
[openwrt/staging/blogic.git] / include / uapi / linux / nl80211.h
index 87e7976fdd692644fef1c8260f9eda4c0afe5109..622cf71ee9c4177d32c7f43b041ed5606ae7c0c4 100644 (file)
@@ -2511,6 +2511,11 @@ enum nl80211_commands {
  * @NL80211_ATTR_MULTI_BSSID_PARENT: If this is a Non-Transmitted BSSID, define
  *     the parent interface.
  *
+ * @NL80211_ATTR_MULTI_BSSID_INDEX: The index of this BSS inside the multi bssid
+ *     IE.
+ *
+ * @NL80211_ATTR_MULTI_BSSID_COUNT: The number of BSSs inside the multi bssid IE.
+ *
  * @NUM_NL80211_ATTR: total number of nl80211_attrs available
  * @NL80211_ATTR_MAX: highest attribute number currently defined
  * @__NL80211_ATTR_AFTER_LAST: internal use
@@ -2995,6 +3000,8 @@ enum nl80211_attrs {
 
        NL80211_ATTR_MULTI_BSSID_MODE,
        NL80211_ATTR_MULTI_BSSID_PARENT,
+       NL80211_ATTR_MULTI_BSSID_INDEX,
+       NL80211_ATTR_MULTI_BSSID_COUNT,
 
        /* add attributes here, update the policy in nl80211.c */