Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_fsm.c4430 chan_freq = WLAN_REG_CH_TO_FREQ(loop_count); in sap_get_freq_list()
4433 if (start_ch_freq > WLAN_REG_CH_TO_FREQ(loop_count) || in sap_get_freq_list()
4434 end_ch_freq < WLAN_REG_CH_TO_FREQ(loop_count)) in sap_get_freq_list()
4443 mac_ctx->pdev, WLAN_REG_CH_TO_FREQ(loop_count))) in sap_get_freq_list()
4448 mac_ctx->pdev, WLAN_REG_CH_TO_FREQ(loop_count))) in sap_get_freq_list()
4453 if (!WLAN_REG_IS_6GHZ_CHAN_FREQ(WLAN_REG_CH_TO_FREQ( in sap_get_freq_list()
4464 if (wlan_reg_is_dsrc_freq(WLAN_REG_CH_TO_FREQ(loop_count))) in sap_get_freq_list()
4482 WLAN_REG_CH_TO_FREQ(loop_count))) { in sap_get_freq_list()
4488 WLAN_REG_CH_TO_FREQ(loop_count)); in sap_get_freq_list()
4491 WLAN_REG_CH_TO_FREQ(loop_count))) in sap_get_freq_list()
[all …]
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))\
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
H A Dwlan_reg_services_api.h529 #define WLAN_REG_CH_TO_FREQ(ch_enum) wlan_reg_ch_to_freq(ch_enum) macro
/wlan-driver/qcacld-3.0/core/sme/src/csr/
H A Dcsr_util.c1267 return WLAN_REG_CH_TO_FREQ(i); in sme_chn_to_freq()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cfg80211.c1750 return WLAN_REG_CH_TO_FREQ(ch_idx); in wlan_hdd_get_adjacent_chan_freq()
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()
4431 WLAN_REG_CH_TO_FREQ(CHAN_ENUM_5180) && in __wlan_hdd_cfg80211_do_acs()
4449 WLAN_REG_CH_TO_FREQ(CHAN_ENUM_2484) && in __wlan_hdd_cfg80211_do_acs()
22818 if (ch_freq == WLAN_REG_CH_TO_FREQ(i)) { in wlan_hdd_validate_operation_channel()