From af0178c75b05640b8e14cbba5168f565013fcabf Mon Sep 17 00:00:00 2001 From: Edayilliam Jayadev Date: Fri, 27 Mar 2020 11:43:43 +0530 Subject: [PATCH] Add vendor attributes indicating number of spectral detectors Add per bandwidth capability attributes which indicate the number of spectral detectors used. Signed-off-by: Jouni Malinen --- src/common/qca-vendor.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index bcb693946..e599b8d7e 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -5603,6 +5603,26 @@ enum qca_wlan_vendor_attr_spectral_cap { * for 80+80 MHz mode. */ QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_AGILE_SPECTRAL_80_80 = 13, + /* Number of spectral detectors used for scan in 20 MHz. + * u32 attribute. + */ + QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_NUM_DETECTORS_20_MHZ = 14, + /* Number of spectral detectors used for scan in 40 MHz. + * u32 attribute. + */ + QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_NUM_DETECTORS_40_MHZ = 15, + /* Number of spectral detectors used for scan in 80 MHz. + * u32 attribute. + */ + QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_NUM_DETECTORS_80_MHZ = 16, + /* Number of spectral detectors used for scan in 160 MHz. + * u32 attribute. + */ + QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_NUM_DETECTORS_160_MHZ = 17, + /* Number of spectral detectors used for scan in 80+80 MHz. + * u32 attribute. + */ + QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_NUM_DETECTORS_80P80_MHZ = 18, QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_AFTER_LAST, QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_MAX =