]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add QCA vendor attributes to indicate 320 MHz spectral scan capabilities
authorShiva Krishna Pittala <spittala@codeaurora.org>
Thu, 7 Oct 2021 10:24:48 +0000 (15:54 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 7 Oct 2021 20:40:24 +0000 (23:40 +0300)
Add a QCA vendor attribute to indicate agile spectral scan support for
320 MHz mode. Add another attribute to indicate the number of detectors
used for spectral scan in 320 MHz mode.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/common/qca-vendor.h

index c30eaf0a5fd9208378d2bea4889c90b407e70601..640b6ee67f9687105d2b257e764cc6f1c02b847a 100644 (file)
@@ -6517,6 +6517,14 @@ enum qca_wlan_vendor_attr_spectral_cap {
         * u32 attribute.
         */
        QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_NUM_DETECTORS_80P80_MHZ = 18,
+       /* Flag attribute to indicate agile spectral scan capability
+        * for 320 MHz mode.
+        */
+       QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_AGILE_SPECTRAL_320 = 19,
+       /* Number of spectral detectors used for scan in 320 MHz.
+        * u32 attribute.
+        */
+       QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_NUM_DETECTORS_320_MHZ = 20,
 
        QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_MAX =