/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_hostapd_wext.c | 528 ret = wma_cli_set_command(link_info->vdev_id, in __iw_softap_setparam() 538 ret = wma_cli_set_command(link_info->vdev_id, in __iw_softap_setparam() 547 ret = wma_cli_set_command(link_info->vdev_id, in __iw_softap_setparam() 556 ret = wma_cli_set_command(link_info->vdev_id, in __iw_softap_setparam() 565 ret = wma_cli_set_command(link_info->vdev_id, in __iw_softap_setparam() 574 ret = wma_cli_set_command(link_info->vdev_id, in __iw_softap_setparam() 583 ret = wma_cli_set_command(link_info->vdev_id, in __iw_softap_setparam() 592 ret = wma_cli_set_command(link_info->vdev_id, in __iw_softap_setparam() 600 ret = wma_cli_set_command(link_info->vdev_id, in __iw_softap_setparam() 623 ret = wma_cli_set_command(link_info->vdev_id, in __iw_softap_setparam() [all …]
|
D | wlan_hdd_sysfs_bitrates.c | 88 ret = wma_cli_set_command(adapter->deflink->vdev_id, in wlan_hdd_sta_set_11n_rate() 112 ret = wma_cli_set_command(adapter->deflink->vdev_id, in wlan_hdd_sta_set_vht_rate() 168 ret = wma_cli_set_command(adapter->deflink->vdev_id, in wlan_hdd_sap_set_11n_rate() 202 ret = wma_cli_set_command(adapter->deflink->vdev_id, in wlan_hdd_sap_set_vht_rate()
|
D | wlan_hdd_sysfs_txrx_fw_st_rst.c | 38 errno = wma_cli_set_command(adapter->deflink->vdev_id, in hdd_sysfs_set_vdev()
|
D | wlan_hdd_sysfs_rts_cts.c | 90 ret = wma_cli_set_command(adapter->deflink->vdev_id, in __hdd_sysfs_rts_cts_store()
|
D | wlan_hdd_sysfs_txrx_fw_stats.c | 38 errno = wma_cli_set_command(adapter->deflink->vdev_id, in hdd_sysfs_set_vdev()
|
D | wlan_hdd_sysfs_dcm.c | 67 ret = wma_cli_set_command(adapter->deflink->vdev_id, in __wlan_hdd_sysfs_dcm_store()
|
D | wlan_hdd_sysfs_range_ext.c | 117 errno = wma_cli_set_command(adapter->deflink->vdev_id, in __hdd_sysfs_range_ext_store()
|
D | wlan_hdd_sysfs_gtx_bw_mask.c | 39 errno = wma_cli_set_command(adapter->deflink->vdev_id, in hdd_sysfs_set_green_tx_param()
|
D | wlan_hdd_wext.c | 3357 ret = wma_cli_set_command(link_info->vdev_id, in hdd_handle_pdev_reset() 3763 errno = wma_cli_set_command(link_info->vdev_id, in hdd_we_set_rtscts() 3831 errno = wma_cli_set_command(link_info->vdev_id, in hdd_we_set_11n_rate() 3858 errno = wma_cli_set_command(link_info->vdev_id, in hdd_we_set_vht_rate() 3870 return wma_cli_set_command(link_info->vdev_id, in hdd_we_set_ampdu() 3900 errno = wma_cli_set_command(link_info->vdev_id, GEN_VDEV_PARAM_AMSDU, in hdd_we_set_amsdu() 3923 errno = wma_cli_set_command(adapter->deflink->vdev_id, in hdd_we_set_green_tx_param() 4011 errno = wma_cli_set_command(adapter->deflink->vdev_id, in hdd_we_packet_power_save() 4110 errno = wma_cli_set_command(adapter->deflink->vdev_id, in hdd_we_set_qpower() 4169 errno = wma_cli_set_command(adapter->deflink->vdev_id, in hdd_we_set_pdev() [all …]
|
D | wlan_hdd_mcc_quota.c | 259 rc = wma_cli_set_command(adapter->deflink->vdev_id, in wlan_hdd_set_mcc_low_latency_quota()
|
D | wlan_hdd_eht.c | 300 ret = wma_cli_set_command(adapter->deflink->vdev_id, in hdd_set_11be_rate_code()
|
D | wlan_hdd_tsf.c | 212 ret = wma_cli_set_command((int)adapter->deflink->vdev_id, in hdd_tsf_reset_gpio() 444 status = wma_cli_set_command((int)adapter->deflink->vdev_id, in hdd_tsf_ext_gpio_sync_work() 562 ret = wma_cli_set_command((int)adapter->deflink->vdev_id, in hdd_capture_tsf_internal_via_wmi() 3023 ret = wma_cli_set_command((int)adapter->deflink->vdev_id, in hdd_set_tsf_auto_report()
|
D | wlan_hdd_cfg80211.c | 9542 status = wma_cli_set_command(link_info->vdev_id, in hdd_config_msdu_aggregation() 9788 errno = wma_cli_set_command(link_info->vdev_id, in hdd_config_ani() 9797 errno = wma_cli_set_command(link_info->vdev_id, in hdd_config_ani() 9834 errno = wma_cli_set_command(link_info->vdev_id, in hdd_config_ant_div_period() 9870 errno = wma_cli_set_command(link_info->vdev_id, in hdd_config_ant_div_snr_weight() 10187 return wma_cli_set_command(link_info->vdev_id, param_id, in hdd_config_mgmt_retry() 10202 return wma_cli_set_command(link_info->vdev_id, param_id, in hdd_config_ctrl_retry() 10219 return wma_cli_set_command(link_info->vdev_id, param_id, in hdd_config_propagation_delay() 10233 return wma_cli_set_command(link_info->vdev_id, param_id, in hdd_config_propagation_abs_delay() 10345 errno = wma_cli_set_command(link_info->vdev_id, in hdd_config_ant_div_ena() [all …]
|
D | wlan_hdd_sysfs_dl_modes.c | 40 errno = wma_cli_set_command(adapter->deflink->vdev_id, in hdd_sysfs_set_dbg()
|
D | wlan_hdd_nan_datapath.c | 657 ret_val = wma_cli_set_command((int)adapter->deflink->vdev_id, in hdd_init_nan_data_mode()
|
D | wlan_hdd_cfg.c | 2790 ret = wma_cli_set_command(link_vdev_id, wmi_vdev_param_chwidth, in hdd_update_channel_width()
|
/wlan-driver/qcacld-3.0/core/wma/inc/ |
D | wma_api.h | 167 int wma_cli_set_command(int vdev_id, int param_id, int sval, int vpdev);
|
/wlan-driver/qcacld-3.0/core/sme/src/common/ |
D | sme_api.c | 8114 status = wma_cli_set_command(session_id, in sme_set_auto_rate_he_ltf() 8148 status = wma_cli_set_command(session_id, in sme_set_auto_rate_he_sgi() 8173 status = wma_cli_set_command(session_id, in sme_set_auto_rate_ldpc() 14252 return wma_cli_set_command(vdev_id, param_id, sval, vpdev); in sme_cli_set_command() 14259 return wma_cli_set_command(vdev_id, wmi_pdev_param_hyst_en, in sme_set_enable_mem_deep_sleep() 14268 return wma_cli_set_command(vdev_id, in sme_set_cck_tx_fir_override() 14966 ret_val = wma_cli_set_command(vdev_id, in sme_set_cfg_disable_tx() 15087 ret = wma_cli_set_command(vdev_id, wmi_vdev_param_chwidth, in sme_check_enable_ru_242_tx() 15190 status = wma_cli_set_command(vdev_id, in sme_set_he_testbed_def() 15238 status = wma_cli_set_command(vdev_id, in sme_reset_he_caps() [all …]
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_process_assoc_rsp_frame.c | 781 ret = wma_cli_set_command(session_entry->smeSessionId, in lim_update_iot_aggr_sz()
|
D | lim_assoc_utils.c | 2411 wma_cli_set_command(session_entry->smeSessionId, in lim_add_sta() 2758 wma_cli_set_command(pe_session->smeSessionId, in lim_del_sta()
|
D | lim_utils.c | 5311 wma_cli_set_command(sta_session->vdev_id, in check_and_send_vendor_oui() 5363 wma_cli_set_command(sap_session->vdev_id, in lim_check_conc_and_send_edca() 5367 wma_cli_set_command(sta_session->vdev_id, in lim_check_conc_and_send_edca() 5452 wma_cli_set_command(sap_session->vdev_id, in lim_check_conc_and_send_edca()
|
D | lim_send_sme_rsp_messages.c | 291 wma_cli_set_command(pe_session->vdev_id, in lim_send_smps_intolerent()
|
/wlan-driver/qcacld-3.0/core/dp/htt/ |
D | htt_rx_ll.c | 1909 wma_cli_set_command(0, GEN_PARAM_CRASH_INJECT, in htt_rx_amsdu_pop_ll()
|
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/ |
D | wlan_mlme_api.c | 393 if (wma_cli_set_command(vdev_id, in wlan_mlme_ll_lt_sap_send_oce_flags_fw() 3189 if (wma_cli_set_command(vdev_id, in wlan_mlme_send_oce_flags_fw()
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
D | wma_utils.c | 4758 status = wma_cli_set_command(vdev_mlme->vdev->vdev_objmgr.vdev_id, in wma_mon_mlme_vdev_start_continue()
|