|
@@ -3688,6 +3688,8 @@ enum nl80211_iface_limit_attrs {
|
|
* different channels may be used within this group.
|
|
* different channels may be used within this group.
|
|
* @NL80211_IFACE_COMB_RADAR_DETECT_WIDTHS: u32 attribute containing the bitmap
|
|
* @NL80211_IFACE_COMB_RADAR_DETECT_WIDTHS: u32 attribute containing the bitmap
|
|
* of supported channel widths for radar detection.
|
|
* of supported channel widths for radar detection.
|
|
|
|
+ * @NL80211_IFACE_COMB_RADAR_DETECT_REGIONS: u32 attribute containing the bitmap
|
|
|
|
+ * of supported regulatory regions for radar detection.
|
|
* @NUM_NL80211_IFACE_COMB: number of attributes
|
|
* @NUM_NL80211_IFACE_COMB: number of attributes
|
|
* @MAX_NL80211_IFACE_COMB: highest attribute number
|
|
* @MAX_NL80211_IFACE_COMB: highest attribute number
|
|
*
|
|
*
|
|
@@ -3721,6 +3723,7 @@ enum nl80211_if_combination_attrs {
|
|
NL80211_IFACE_COMB_STA_AP_BI_MATCH,
|
|
NL80211_IFACE_COMB_STA_AP_BI_MATCH,
|
|
NL80211_IFACE_COMB_NUM_CHANNELS,
|
|
NL80211_IFACE_COMB_NUM_CHANNELS,
|
|
NL80211_IFACE_COMB_RADAR_DETECT_WIDTHS,
|
|
NL80211_IFACE_COMB_RADAR_DETECT_WIDTHS,
|
|
|
|
+ NL80211_IFACE_COMB_RADAR_DETECT_REGIONS,
|
|
|
|
|
|
/* keep last */
|
|
/* keep last */
|
|
NUM_NL80211_IFACE_COMB,
|
|
NUM_NL80211_IFACE_COMB,
|