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 <jouni@codeaurora.org>
This commit is contained in:
parent
2b3e64a0fb
commit
fe1d743a13
1 changed files with 8 additions and 0 deletions
|
@ -6517,6 +6517,14 @@ enum qca_wlan_vendor_attr_spectral_cap {
|
||||||
* u32 attribute.
|
* u32 attribute.
|
||||||
*/
|
*/
|
||||||
QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_NUM_DETECTORS_80P80_MHZ = 18,
|
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_AFTER_LAST,
|
||||||
QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_MAX =
|
QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_MAX =
|
||||||
|
|
Loading…
Reference in a new issue