Searched refs:config_type (Results 1 – 9 of 9) sorted by relevance
70 uint32_t config_type; in __wlan_hdd_cfg80211_set_coex_config() local110 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()
92 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()
8249 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 …]
4740 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()
73 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()
122 one_param.config_type = param->cfg_items[i].config_type; in wlan_coex_multi_config_send()
8800 uint32_t config_type; member8820 uint32_t config_type; member
9358 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()
35544 A_UINT32 config_type; /* wmi_coex_config_type enum */ member