Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/ !
H A Dwlan_hdd_coex_config.c70 uint32_t config_type; in __wlan_hdd_cfg80211_set_coex_config() local
110 config_type = nla_get_u32( in __wlan_hdd_cfg80211_set_coex_config()
112 if (config_type >= QCA_WLAN_VENDOR_ATTR_COEX_CONFIG_TYPE_MAX) { in __wlan_hdd_cfg80211_set_coex_config()
114 config_type, in __wlan_hdd_cfg80211_set_coex_config()
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()
H A Dwlan_hdd_mpta_helper.c92 coex_cfg_params.config_type = in __wlan_hdd_cfg80211_mpta_helper_config()
109 coex_cfg_params.config_type = in __wlan_hdd_cfg80211_mpta_helper_config()
128 coex_cfg_params.config_type = in __wlan_hdd_cfg80211_mpta_helper_config()
147 coex_cfg_params.config_type = in __wlan_hdd_cfg80211_mpta_helper_config()
165 coex_cfg_params.config_type = in __wlan_hdd_cfg80211_mpta_helper_config()
181 coex_cfg_params.config_type = in __wlan_hdd_cfg80211_mpta_helper_config()
246 coex_cfg_params->config_type = WMI_COEX_CONFIG_MPTA_HELPER_ENABLE; in wlan_hdd_mpta_helper_enable()
H A Dwlan_hdd_main.c8249 coex_multi_cfg->cfg_items[i].config_type = WMI_COEX_CONFIG_TX_POWER; in hdd_send_coex_config_params()
8258 coex_multi_cfg->cfg_items[i].config_type = in hdd_send_coex_config_params()
8266 coex_multi_cfg->cfg_items[i].config_type = WMI_COEX_CONFIG_BTC_MODE; in hdd_send_coex_config_params()
8287 coex_multi_cfg->cfg_items[i].config_type = in hdd_send_coex_config_params()
8293 coex_multi_cfg->cfg_items[i].config_type = in hdd_send_coex_config_params()
8300 coex_multi_cfg->cfg_items[i].config_type = in hdd_send_coex_config_params()
8321 coex_multi_cfg->cfg_items[i].config_type = in hdd_send_coex_config_params()
8329 coex_multi_cfg->cfg_items[i].config_type = in hdd_send_coex_config_params()
8337 coex_multi_cfg->cfg_items[i].config_type = in hdd_send_coex_config_params()
8400 coex_cfg_params.config_type = WMI_COEX_CONFIG_TX_POWER; in hdd_send_coex_config_params()
[all …]
H A Dwlan_hdd_wext.c4740 coex_cfg_params.config_type = WMI_COEX_CONFIG_BTC_MODE; in wlan_hdd_set_btcoex_mode()
4762 coex_cfg_params.config_type = WMI_COEX_CONFIG_BT_LOW_RSSI_THRESHOLD; in wlan_hdd_set_btcoex_rssi_threshold()
/wlan-driver/qcacld-3.0/components/coex/dispatcher/src/ !
H A Dwlan_coex_ucfg_api.c73 param.config_type = WMI_COEX_CONFIG_BTCOEX_SEPARATE_CHAIN_MODE; in ucfg_coex_send_btc_chain_mode()
152 param.config_type = WMI_COEX_CONFIG_ENABLE_CONT_INFO; in ucfg_coex_send_logging_config()
/wlan-driver/qcacld-3.0/components/coex/core/src/ !
H A Dwlan_coex_main.c122 one_param.config_type = param->cfg_items[i].config_type; in wlan_coex_multi_config_send()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/ !
H A Dwmi_unified_param.h8800 uint32_t config_type; member
8820 uint32_t config_type; member
/wlan-driver/qca-wifi-host-cmn/wmi/src/ !
H A Dwmi_unified_tlv.c9358 cmd->config_type = param->config_type; in send_coex_config_cmd_tlv()
9424 dst_cfg->config_type = src_cfg->config_type; in send_coex_multi_config_cmd_tlv()
/wlan-driver/fw-api/fw/ !
H A Dwmi_unified.h35544 A_UINT32 config_type; /* wmi_coex_config_type enum */ member