Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sme/src/csr/
Dcsr_api_roam.c4782 qdf_freq_t opr_freq = 0; in csr_roam_get_phy_mode_band_for_bss() local
4793 opr_freq = dot11_cfg->bss_op_ch_freq; in csr_roam_get_phy_mode_band_for_bss()
4811 &band, opr_freq); in csr_roam_get_phy_mode_band_for_bss()
4815 if (0 == opr_freq) { in csr_roam_get_phy_mode_band_for_bss()
4822 band = wlan_reg_freq_to_band(opr_freq); in csr_roam_get_phy_mode_band_for_bss()
4827 if (opr_freq == 2484 && wlan_reg_is_24ghz_ch_freq(opr_freq)) { in csr_roam_get_phy_mode_band_for_bss()
4832 if (wlan_reg_is_24ghz_ch_freq(opr_freq) && in csr_roam_get_phy_mode_band_for_bss()
4849 if (wlan_reg_is_24ghz_ch_freq(opr_freq)) in csr_roam_get_phy_mode_band_for_bss()
4856 privacy, opr_freq, in csr_roam_get_phy_mode_band_for_bss()