Searched refs:CHAN_ENUM_2484 (Results 1 – 8 of 8) sorted by relevance
/wlan-driver/qcacld-3.0/core/sme/src/csr/ |
H A D | csr_util.c | 738 ((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 D | reg_services_public_struct.h | 336 CHAN_ENUM_2484, enumerator 497 MAX_24GHZ_CHANNEL = CHAN_ENUM_2484,
|
/wlan-driver/qcacld-3.0/core/sap/src/ |
H A D | sap_module.c | 2641 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 D | sap_ch_select.c | 73 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 D | sap_fsm.c | 4413 (band_end_ch == CHAN_ENUM_2484)) { in sap_get_freq_list()
|
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/ |
H A D | reg_services_common.c | 492 [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 D | wlan_hdd_cfg80211.c | 2495 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 D | wlan_hdd_main.c | 776 (chan_freq == wlan_reg_ch_to_freq(CHAN_ENUM_2484)) && in hdd_validate_channel_and_bandwidth()
|