Home
last modified time | relevance | path

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

/wlan-driver/wpa_supplicant_8/src/p2p/
H A Dp2p_go_neg.c
H A Dp2p_dev_disc.c
H A Dp2p_pd.c
H A Dp2p_invitation.c
H A Dp2p.c
H A Dp2p_i.h
H A Dp2p_sd.c
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_regulatory.c1598 qdf_freq_t oper_freq) in hdd_country_change_bw_check() argument
1621 if (cur_chan_list[i].center_freq == oper_freq && in hdd_country_change_bw_check()
1633 qdf_freq_t oper_freq) in hdd_country_change_bw_check() argument
1655 qdf_freq_t oper_freq; in hdd_country_change_update_sta() local
1668 oper_freq = hdd_get_link_info_home_channel(link_info); in hdd_country_change_update_sta()
1669 if (oper_freq) in hdd_country_change_update_sta()
1671 pdev, oper_freq, in hdd_country_change_update_sta()
1687 oper_freq); in hdd_country_change_update_sta()
1695 oper_freq); in hdd_country_change_update_sta()
1820 qdf_freq_t oper_freq; in hdd_country_change_update_sap() local
[all …]
H A Dwlan_hdd_cfg80211.h458 void hdd_select_cbmode(struct hdd_adapter *adapter, qdf_freq_t oper_freq,
H A Dwlan_hdd_cfg80211.c25358 void hdd_select_cbmode(struct hdd_adapter *adapter, qdf_freq_t oper_freq, in hdd_select_cbmode() argument
25369 WLAN_REG_IS_24GHZ_CH_FREQ(oper_freq)) { in hdd_select_cbmode()
25373 if (oper_freq >= 2412 && oper_freq <= 2432) in hdd_select_cbmode()
25374 sec_ch_freq = oper_freq + 20; in hdd_select_cbmode()
25375 else if (oper_freq >= 2437 && oper_freq <= 2472) in hdd_select_cbmode()
25376 sec_ch_freq = oper_freq - 20; in hdd_select_cbmode()
25381 wlan_reg_set_channel_params_for_pwrmode(hdd_ctx->pdev, oper_freq, in hdd_select_cbmode()
25387 hdd_mon_select_cbmode(adapter, oper_freq, ch_params); in hdd_select_cbmode()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_vdev_connect.c932 qdf_freq_t oper_freq; in cm_get_sta_cxn_info() local
990 oper_freq = wlan_get_operation_chan_freq(vdev); in cm_get_sta_cxn_info()
992 "\n\tch_freq: %d", oper_freq); in cm_get_sta_cxn_info()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_services_common.c5879 uint16_t oper_freq, in reg_set_2g_channel_params_for_freq() argument
5888 chan_enum = reg_get_chan_enum_for_freq(oper_freq); in reg_set_2g_channel_params_for_freq()
5903 sec_ch_2g_freq = reg_get_sec_ch_2g_freq(pdev, oper_freq); in reg_set_2g_channel_params_for_freq()
5912 reg_get_2g_bonded_channel_state_for_freq(pdev, oper_freq, in reg_set_2g_channel_params_for_freq()
5918 if (oper_freq < sec_ch_2g_freq) in reg_set_2g_channel_params_for_freq()
5925 (oper_freq + sec_ch_2g_freq) / 2; in reg_set_2g_channel_params_for_freq()
5936 ch_params->mhz_freq_seg0 = oper_freq; in reg_set_2g_channel_params_for_freq()
H A Dreg_services_common.h2387 uint16_t oper_freq,
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_sme_req_messages.c6159 qdf_freq_t oper_freq, start_freq = 0; in lim_calculate_tpc() local
6178 oper_freq = session->curr_op_freq; in lim_calculate_tpc()
6183 wlan_reg_set_channel_params_for_pwrmode(mac->pdev, oper_freq, 0, in lim_calculate_tpc()
6191 if (!wlan_reg_is_6ghz_chan_freq(oper_freq)) { in lim_calculate_tpc()
6193 oper_freq); in lim_calculate_tpc()
6249 mac->pdev, ap_power_type_6g, oper_freq, in lim_calculate_tpc()
6261 mlme_obj->reg_tpc_obj.frequency[i] = oper_freq; in lim_calculate_tpc()
6272 mac->pdev, oper_freq, in lim_calculate_tpc()
H A Dlim_utils.c4817 qdf_freq_t oper_freq) in lim_isconnected_on_dfs_freq() argument
4823 if (wlan_reg_is_dfs_for_freq(mac_ctx->pdev, oper_freq)) in lim_isconnected_on_dfs_freq()
/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.c