Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_lte.c211 REG_IS_5GHZ_FREQ(ch_avoid_event-> in reg_process_ch_avoid_event()
H A Dreg_utils.c647 if (!REG_IS_5GHZ_FREQ(freq)) in reg_is_dsrc_freq()
675 if (!REG_IS_5GHZ_FREQ(freq)) in reg_is_etsi_srd_chan_for_freq()
H A Dreg_services_common.h70 #define REG_IS_5GHZ_FREQ(freq) \ macro
H A Dreg_services_common.c375 if (REG_IS_5GHZ_FREQ(freq)) { in reg_is_freq_within_bonded_chan()
2517 return REG_IS_5GHZ_FREQ(freq); in reg_is_5ghz_ch_freq()
6219 (REG_IS_5GHZ_FREQ(freq1) && in reg_is_same_band_freqs()
6220 REG_IS_5GHZ_FREQ(freq2)) || in reg_is_same_band_freqs()
6232 else if (REG_IS_5GHZ_FREQ(freq) || REG_IS_49GHZ_FREQ(freq)) in reg_freq_to_band()
H A Dreg_opclass.c2069 REG_IS_5GHZ_FREQ(freq)) in reg_is_opclass_band_found()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_peer.c3148 else if (REG_IS_5GHZ_FREQ(freq) || REG_IS_49GHZ_FREQ(freq)) in dp_freq_to_band()