Home
last modified time | relevance | path

Searched refs:WLAN_CHAN_VHT80 (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/
H A Ddfs_channel.h81 #define WLAN_CHAN_VHT80 (WLAN_CHAN_VHTCAP | WLAN_CHAN_80MHZ) macro
228 (((_flag) & WLAN_CHAN_BW_MASK) == WLAN_CHAN_VHT80)
487 #define WLAN_CHAN_VHT80 0x0000000000800000 macro
593 (WLAN_CHAN_5GHZ | WLAN_CHAN_VHT80)
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/filtering/
H A Ddfs_process_radarevent.c125 ((chan->dfs_ch_flags & WLAN_CHAN_VHT80) == WLAN_CHAN_VHT80) && in dfs_dur_check()