Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/
H A Ddfs_channel.h57 #define WLAN_CHAN_5GHZ 0x0000000000000020 macro
204 (((_flag) & WLAN_CHAN_BAND_MASK) == WLAN_CHAN_5GHZ)
460 #define WLAN_CHAN_5GHZ 0x0000000000000100 macro
538 (((_c)->dfs_ch_flags & WLAN_CHAN_5GHZ) != 0)
557 (WLAN_CHAN_5GHZ | WLAN_CHAN_OFDM)
563 (WLAN_CHAN_5GHZ | WLAN_CHAN_HT20)
566 (WLAN_CHAN_5GHZ | WLAN_CHAN_HT40PLUS)
569 (WLAN_CHAN_5GHZ | WLAN_CHAN_HT40MINUS)
584 (WLAN_CHAN_5GHZ | WLAN_CHAN_VHT20)
587 (WLAN_CHAN_5GHZ | WLAN_CHAN_VHT40PLUS)
[all …]