Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sme/src/csr/
H A Dcsr_util.c738 ((intf_ch_freq <= wlan_reg_ch_to_freq(CHAN_ENUM_2484) && in csr_check_concurrent_channel_overlap()
739 sap_ch_freq <= wlan_reg_ch_to_freq(CHAN_ENUM_2484)) || in csr_check_concurrent_channel_overlap()
740 (intf_ch_freq > wlan_reg_ch_to_freq(CHAN_ENUM_2484) && in csr_check_concurrent_channel_overlap()
741 sap_ch_freq > wlan_reg_ch_to_freq(CHAN_ENUM_2484)))) in csr_check_concurrent_channel_overlap()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
H A Dreg_services_public_struct.h336 CHAN_ENUM_2484, enumerator
497 MAX_24GHZ_CHANNEL = CHAN_ENUM_2484,
/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_module.c2641 if (*start_ch_freq <= wlan_reg_ch_to_freq(CHAN_ENUM_2484)) { in wlansap_extend_to_acs_range()
2667 if (*end_ch_freq <= wlan_reg_ch_to_freq(CHAN_ENUM_2484)) { in wlansap_extend_to_acs_range()
2668 *bandEndChannel = CHAN_ENUM_2484; in wlansap_extend_to_acs_range()
2670 wlan_reg_ch_to_freq(CHAN_ENUM_2484) ? in wlansap_extend_to_acs_range()
2672 wlan_reg_ch_to_freq(CHAN_ENUM_2484); in wlansap_extend_to_acs_range()
H A Dsap_ch_select.c73 WLAN_REG_CH_TO_FREQ(CHAN_ENUM_2484) && \
75 WLAN_REG_CH_TO_FREQ(CHAN_ENUM_2484)) \
78 WLAN_REG_CH_TO_FREQ(CHAN_ENUM_2484))\
H A Dsap_fsm.c4413 (band_end_ch == CHAN_ENUM_2484)) { in sap_get_freq_list()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_services_common.c492 [CHAN_ENUM_2484] = {2484, 14, 20, 20},
662 [CHAN_ENUM_2484] = {2484, 14, 20, 20},
832 [CHAN_ENUM_2484] = {2484, 14, 20, 20},
1002 [CHAN_ENUM_2484] = {2484, 14, 20, 20},
1172 [CHAN_ENUM_2484] = {2484, 14, 20, 20},
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cfg80211.c2495 wlan_reg_ch_to_freq(CHAN_ENUM_2484); in wlan_hdd_set_acs_ch_range()
3627 WLAN_REG_CH_TO_FREQ(CHAN_ENUM_2484) && in wlan_hdd_handle_single_ch_in_acs_list()
3748 WLAN_REG_CH_TO_FREQ(CHAN_ENUM_2484)) in wlan_hdd_update_bw_from_mlme()
4449 WLAN_REG_CH_TO_FREQ(CHAN_ENUM_2484) && in __wlan_hdd_cfg80211_do_acs()
H A Dwlan_hdd_main.c776 (chan_freq == wlan_reg_ch_to_freq(CHAN_ENUM_2484)) && in hdd_validate_channel_and_bandwidth()