Searched refs:oper_freq (Results 1 – 16 of 16) sorted by relevance
/wlan-driver/wpa_supplicant_8/src/p2p/ |
H A D | p2p_go_neg.c |
|
H A D | p2p_dev_disc.c |
|
H A D | p2p_pd.c |
|
H A D | p2p_invitation.c |
|
H A D | p2p.c |
|
H A D | p2p_i.h |
|
H A D | p2p_sd.c |
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_regulatory.c | 1598 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 D | wlan_hdd_cfg80211.h | 458 void hdd_select_cbmode(struct hdd_adapter *adapter, qdf_freq_t oper_freq,
|
H A D | wlan_hdd_cfg80211.c | 25358 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 D | wlan_cm_vdev_connect.c | 932 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 D | reg_services_common.c | 5879 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 D | reg_services_common.h | 2387 uint16_t oper_freq,
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_process_sme_req_messages.c | 6159 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 D | lim_utils.c | 4817 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 D | p2p_supplicant.c |
|