]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add vendor attributes indicating number of spectral detectors
authorEdayilliam Jayadev <ejayadev@codeaurora.org>
Fri, 27 Mar 2020 06:13:43 +0000 (11:43 +0530)
committerJouni Malinen <j@w1.fi>
Tue, 7 Apr 2020 20:05:26 +0000 (23:05 +0300)
Add per bandwidth capability attributes which indicate the number of
spectral detectors used.

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

index bcb69394620ba5d994a607cdf26d60e8e3f32370..e599b8d7ec8caf3073cdb8049799f85d084339ce 100644 (file)
@@ -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 =