nl80211: add attributes to set beacon transmit mode
[openwrt/staging/blogic.git] / include / net / cfg80211.h
index 64cd6d96e9820576f3403ab68e88da8f6e70d6b1..dc173b35d38e1bdb2855b3e9ec962b7159c13596 100644 (file)
@@ -1107,6 +1107,8 @@ enum cfg80211_ap_settings_flags {
  * @he_obss_pd: OBSS Packet Detection settings
  * @he_bss_color: BSS Color settings
  * @he_oper: HE operation IE (or %NULL if HE isn't enabled)
+ * @beacon_tx_mode: can be set to tell the driver to sent the beacons in staggered
+ *     or burst mode.
  */
 struct cfg80211_ap_settings {
        struct cfg80211_chan_def chandef;
@@ -1138,6 +1140,7 @@ struct cfg80211_ap_settings {
        struct ieee80211_he_obss_pd he_obss_pd;
        struct cfg80211_he_bss_color he_bss_color;
        struct ieee80211_multi_bssid multi_bssid;
+       enum nl80211_beacon_tx_mode beacon_tx_mode;
 };
 
 /**