Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_mpta_helper.c66 struct coex_config_params coex_cfg_params = {0}; in __wlan_hdd_cfg80211_mpta_helper_config() local
92 coex_cfg_params.config_type = in __wlan_hdd_cfg80211_mpta_helper_config()
94 coex_cfg_params.config_arg1 = nla_get_u32 in __wlan_hdd_cfg80211_mpta_helper_config()
97 status = sme_send_coex_config_cmd(&coex_cfg_params); in __wlan_hdd_cfg80211_mpta_helper_config()
109 coex_cfg_params.config_type = in __wlan_hdd_cfg80211_mpta_helper_config()
111 coex_cfg_params.config_arg1 = nla_get_u32 in __wlan_hdd_cfg80211_mpta_helper_config()
113 coex_cfg_params.config_arg2 = nla_get_u32 in __wlan_hdd_cfg80211_mpta_helper_config()
116 status = sme_send_coex_config_cmd(&coex_cfg_params); in __wlan_hdd_cfg80211_mpta_helper_config()
128 coex_cfg_params.config_type = in __wlan_hdd_cfg80211_mpta_helper_config()
130 coex_cfg_params.config_arg1 = nla_get_u32 in __wlan_hdd_cfg80211_mpta_helper_config()
[all …]
H A Dwlan_hdd_coex_config.c71 struct coex_config_params coex_cfg_params = {0}; in __wlan_hdd_cfg80211_set_coex_config() local
118 coex_cfg_params.config_type = config_type_to_wmi_tbl[config_type]; in __wlan_hdd_cfg80211_set_coex_config()
119 if (coex_cfg_params.config_type < in __wlan_hdd_cfg80211_set_coex_config()
121 coex_cfg_params.config_type > in __wlan_hdd_cfg80211_set_coex_config()
124 coex_cfg_params.config_type); in __wlan_hdd_cfg80211_set_coex_config()
129 config_type, coex_cfg_params.config_type); in __wlan_hdd_cfg80211_set_coex_config()
135 coex_cfg_params.config_arg1 = nla_get_u32( in __wlan_hdd_cfg80211_set_coex_config()
138 hdd_debug("priority1 0x%x", coex_cfg_params.config_arg1); in __wlan_hdd_cfg80211_set_coex_config()
144 coex_cfg_params.config_arg2 = nla_get_u32( in __wlan_hdd_cfg80211_set_coex_config()
147 hdd_debug("priority2 0x%x", coex_cfg_params.config_arg2); in __wlan_hdd_cfg80211_set_coex_config()
[all …]
H A Dwlan_hdd_main.c8219 struct coex_config_params coex_cfg_params = {0}; in hdd_send_coex_config_params() local
8318 if (wlan_hdd_mpta_helper_enable(&coex_cfg_params, &config)) in hdd_send_coex_config_params()
8377 struct coex_config_params coex_cfg_params = {0}; in hdd_send_coex_config_params() local
8399 coex_cfg_params.vdev_id = adapter->deflink->vdev_id; in hdd_send_coex_config_params()
8400 coex_cfg_params.config_type = WMI_COEX_CONFIG_TX_POWER; in hdd_send_coex_config_params()
8401 coex_cfg_params.config_arg1 = config.max_tx_power_for_btc; in hdd_send_coex_config_params()
8406 status = sme_send_coex_config_cmd(&coex_cfg_params); in hdd_send_coex_config_params()
8412 coex_cfg_params.config_type = WMI_COEX_CONFIG_HANDOVER_RSSI; in hdd_send_coex_config_params()
8413 coex_cfg_params.config_arg1 = config.wlan_low_rssi_threshold; in hdd_send_coex_config_params()
8415 status = sme_send_coex_config_cmd(&coex_cfg_params); in hdd_send_coex_config_params()
[all …]
H A Dwlan_hdd_wext.c4738 struct coex_config_params coex_cfg_params = {0}; in wlan_hdd_set_btcoex_mode() local
4740 coex_cfg_params.config_type = WMI_COEX_CONFIG_BTC_MODE; in wlan_hdd_set_btcoex_mode()
4741 coex_cfg_params.config_arg1 = value; in wlan_hdd_set_btcoex_mode()
4742 coex_cfg_params.vdev_id = link_info->vdev_id; in wlan_hdd_set_btcoex_mode()
4749 if (QDF_IS_STATUS_ERROR(sme_send_coex_config_cmd(&coex_cfg_params))) { in wlan_hdd_set_btcoex_mode()
4760 struct coex_config_params coex_cfg_params = {0}; in wlan_hdd_set_btcoex_rssi_threshold() local
4762 coex_cfg_params.config_type = WMI_COEX_CONFIG_BT_LOW_RSSI_THRESHOLD; in wlan_hdd_set_btcoex_rssi_threshold()
4763 coex_cfg_params.config_arg1 = value; in wlan_hdd_set_btcoex_rssi_threshold()
4764 coex_cfg_params.vdev_id = link_info->vdev_id; in wlan_hdd_set_btcoex_rssi_threshold()
4772 if (QDF_IS_STATUS_ERROR(sme_send_coex_config_cmd(&coex_cfg_params))) { in wlan_hdd_set_btcoex_rssi_threshold()
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_mpta_helper.h43 wlan_hdd_mpta_helper_enable(struct coex_config_params *coex_cfg_params,
81 wlan_hdd_mpta_helper_enable(struct coex_config_params *coex_cfg_params, in wlan_hdd_mpta_helper_enable() argument
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_api.h452 struct coex_config_params *coex_cfg_params);
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_features.c5500 struct coex_config_params *coex_cfg_params) in wma_send_coex_config_cmd() argument
5512 if (!coex_cfg_params) { in wma_send_coex_config_cmd()
5518 coex_cfg_params); in wma_send_coex_config_cmd()
/wlan-driver/qcacld-3.0/core/sme/inc/
H A Dsme_api.h2385 QDF_STATUS sme_send_coex_config_cmd(struct coex_config_params *coex_cfg_params);
/wlan-driver/qcacld-3.0/core/sme/src/common/
H A Dsme_api.c13199 QDF_STATUS sme_send_coex_config_cmd(struct coex_config_params *coex_cfg_params) in sme_send_coex_config_cmd() argument
13207 return wma_send_coex_config_cmd(wma_handle, coex_cfg_params); in sme_send_coex_config_cmd()