From fe1d743a1367f84b6ede2020bc72e0847571e611 Mon Sep 17 00:00:00 2001 From: Shiva Krishna Pittala Date: Thu, 7 Oct 2021 15:54:48 +0530 Subject: [PATCH] Add QCA vendor attributes to indicate 320 MHz spectral scan capabilities 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 --- src/common/qca-vendor.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index c30eaf0a5..640b6ee67 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -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 = -- 2.47.3