mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 08:48:31 -05:00
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 <jouni@codeaurora.org>
This commit is contained in:
parent
7a510a97ba
commit
af0178c75b
@ -5603,6 +5603,26 @@ enum qca_wlan_vendor_attr_spectral_cap {
|
|||||||
* for 80+80 MHz mode.
|
* for 80+80 MHz mode.
|
||||||
*/
|
*/
|
||||||
QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_AGILE_SPECTRAL_80_80 = 13,
|
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_AFTER_LAST,
|
||||||
QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_MAX =
|
QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_MAX =
|
||||||
|
Loading…
Reference in New Issue
Block a user