From: Shiva Krishna Pittala Date: Thu, 7 Oct 2021 10:24:48 +0000 (+0530) Subject: Add QCA vendor attributes to indicate 320 MHz spectral scan capabilities X-Git-Tag: hostap_2_10~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe1d743a1367f84b6ede2020bc72e0847571e611;p=thirdparty%2Fhostap.git 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 --- 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 =