Home
last modified time | relevance | path

Searched refs:config (Results 1 – 25 of 241) sorted by relevance

12345678910

/wlan-driver/qcacld-3.0/
H A DKconfig3 config QCA_CLD_WLAN
11 config WLAN_FEATURE_NO_STA_SAP_CONCURRENCY
15 config WLAN_FEATURE_NO_STA_NAN_CONCURRENCY
19 config WLAN_FEATURE_NO_SAP_NAN_CONCURRENCY
23 config WLAN_FEATURE_NO_P2P_CONCURRENCY
27 config 160MHZ_SUPPORT
31 config 64BIT_PADDR
36 config 6G_SCAN_CHAN_SORT_ALGO
40 config ADAPTIVE_11R
44 config AGEIE_ON_SCAN_RESULTS
[all …]
/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_file.c
H A Dconfig_winreg.c
H A Dconfig.c
H A Dconfig_none.c
H A Dconfig.h
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_ocb_tlv.c459 struct ocb_config *config) in send_ocb_set_config_cmd_tlv() argument
479 if (config->dcc_ndl_chan_list_len) { in send_ocb_set_config_cmd_tlv()
480 if (!config->dcc_ndl_chan_list || in send_ocb_set_config_cmd_tlv()
481 config->dcc_ndl_chan_list_len != in send_ocb_set_config_cmd_tlv()
482 config->channel_count * sizeof(wmi_dcc_ndl_chan)) { in send_ocb_set_config_cmd_tlv()
484 config->dcc_ndl_chan_list_len); in send_ocb_set_config_cmd_tlv()
488 for (i = 0, ndl_chan = config->dcc_ndl_chan_list; in send_ocb_set_config_cmd_tlv()
489 i < config->channel_count; ++i, ++ndl_chan) in send_ocb_set_config_cmd_tlv()
494 if (!config->dcc_ndl_active_state_list || in send_ocb_set_config_cmd_tlv()
495 config->dcc_ndl_active_state_list_len != in send_ocb_set_config_cmd_tlv()
[all …]
H A Dwmi_unified_ocb_ut.c272 struct ocb_config *config) in fake_ocb_set_config_cmd_tlv() argument
281 config->vdev_id, config->channel_count, in fake_ocb_set_config_cmd_tlv()
282 config->schedule_size, config->flags); in fake_ocb_set_config_cmd_tlv()
284 for (i = 0; i < config->channel_count; i++) { in fake_ocb_set_config_cmd_tlv()
288 "flags=%d", i, config->channels[i].chan_freq, in fake_ocb_set_config_cmd_tlv()
289 config->channels[i].bandwidth, in fake_ocb_set_config_cmd_tlv()
291 config->channels[i].mac_address.bytes), in fake_ocb_set_config_cmd_tlv()
292 config->channels[i].max_pwr, in fake_ocb_set_config_cmd_tlv()
293 config->channels[i].min_pwr, in fake_ocb_set_config_cmd_tlv()
294 config->channels[i].reg_pwr, in fake_ocb_set_config_cmd_tlv()
[all …]
/wlan-driver/wpa_supplicant_8/src/eap_peer/
H A Deap.c
H A Deap_mschapv2.c
H A Deap_tls_common.c
H A Deap_proxy_qmi.c
/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_module.c548 wlansap_set_scan_acs_channel_params(struct sap_config *config, in wlansap_set_scan_acs_channel_params() argument
556 if (!config) { in wlansap_set_scan_acs_channel_params()
573 wlansap_set_acs_ch_freq(psap_ctx, config->chan_freq); in wlansap_set_scan_acs_channel_params()
574 psap_ctx->dfs_mode = config->acs_dfs_mode; in wlansap_set_scan_acs_channel_params()
576 psap_ctx->cc_switch_mode = config->cc_switch_mode; in wlansap_set_scan_acs_channel_params()
590 psap_ctx->enableOverLapCh = config->enOverLapCh; in wlansap_set_scan_acs_channel_params()
591 psap_ctx->acs_cfg = &config->acs_cfg; in wlansap_set_scan_acs_channel_params()
592 psap_ctx->ch_width_orig = config->acs_cfg.ch_width; in wlansap_set_scan_acs_channel_params()
593 psap_ctx->sec_ch_freq = config->sec_ch_freq; in wlansap_set_scan_acs_channel_params()
595 config->self_macaddr.bytes, QDF_MAC_ADDR_SIZE); in wlansap_set_scan_acs_channel_params()
[all …]
/wlan-driver/qca-wifi-host-cmn/ipa/core/src/
H A Dwlan_ipa_rm.c36 if ((!wlan_ipa_is_enabled(ipa_ctx->config)) || in wlan_ipa_set_perf_level()
37 (!wlan_ipa_is_clk_scaling_enabled(ipa_ctx->config))) in wlan_ipa_set_perf_level()
40 if (total_packets > (ipa_ctx->config->bus_bw_high / 2)) in wlan_ipa_set_perf_level()
41 next_bw = ipa_ctx->config->ipa_bw_high; in wlan_ipa_set_perf_level()
42 else if (total_packets > (ipa_ctx->config->bus_bw_medium / 2)) in wlan_ipa_set_perf_level()
43 next_bw = ipa_ctx->config->ipa_bw_medium; in wlan_ipa_set_perf_level()
45 next_bw = ipa_ctx->config->ipa_bw_low; in wlan_ipa_set_perf_level()
107 if (wlan_ipa_is_clk_scaling_enabled(ipa_ctx->config)) in wlan_ipa_init_perf_level()
136 return wlan_ipa_is_enabled(ipa_ctx->config) && in wlan_ipa_set_perf_level_bw_enabled()
137 !wlan_ipa_is_clk_scaling_enabled(ipa_ctx->config) && in wlan_ipa_set_perf_level_bw_enabled()
[all …]
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_sysfs_bitrates.c127 struct sap_config *config = &adapter->deflink->session.ap.sap_config; in wlan_hdd_sap_set_11n_rate() local
135 if (config->SapHw_mode == eCSR_DOT11_MODE_11b || in wlan_hdd_sap_set_11n_rate()
136 config->SapHw_mode == eCSR_DOT11_MODE_11b_ONLY || in wlan_hdd_sap_set_11n_rate()
137 config->SapHw_mode == eCSR_DOT11_MODE_11g || in wlan_hdd_sap_set_11n_rate()
138 config->SapHw_mode == eCSR_DOT11_MODE_11g_ONLY || in wlan_hdd_sap_set_11n_rate()
139 config->SapHw_mode == eCSR_DOT11_MODE_abg || in wlan_hdd_sap_set_11n_rate()
140 config->SapHw_mode == eCSR_DOT11_MODE_11a) { in wlan_hdd_sap_set_11n_rate()
148 if (config->SapHw_mode == eCSR_DOT11_MODE_11a) { in wlan_hdd_sap_set_11n_rate()
158 if (config->SapHw_mode == eCSR_DOT11_MODE_11b || in wlan_hdd_sap_set_11n_rate()
159 config->SapHw_mode == eCSR_DOT11_MODE_11b_ONLY) { in wlan_hdd_sap_set_11n_rate()
[all …]
H A Dwlan_hdd_tx_rx.c1400 static void hdd_ini_tx_flow_control(struct hdd_config *config, in hdd_ini_tx_flow_control() argument
1403 config->tx_flow_low_watermark = in hdd_ini_tx_flow_control()
1405 config->tx_flow_hi_watermark_offset = in hdd_ini_tx_flow_control()
1407 config->tx_flow_max_queue_depth = in hdd_ini_tx_flow_control()
1409 config->tx_lbw_flow_low_watermark = in hdd_ini_tx_flow_control()
1411 config->tx_lbw_flow_hi_watermark_offset = in hdd_ini_tx_flow_control()
1413 config->tx_lbw_flow_max_queue_depth = in hdd_ini_tx_flow_control()
1415 config->tx_hbw_flow_low_watermark = in hdd_ini_tx_flow_control()
1417 config->tx_hbw_flow_hi_watermark_offset = in hdd_ini_tx_flow_control()
1419 config->tx_hbw_flow_max_queue_depth = in hdd_ini_tx_flow_control()
[all …]
H A Dwlan_hdd_ocb.c189 struct ocb_config *config) in hdd_ocb_validate_config() argument
194 for (i = 0; i < config->channel_count; i++) { in hdd_ocb_validate_config()
196 config->channels[i].chan_freq, in hdd_ocb_validate_config()
197 config->channels[i].bandwidth, in hdd_ocb_validate_config()
198 config->channels[i].max_pwr, in hdd_ocb_validate_config()
199 &config->channels[i].reg_pwr, in hdd_ocb_validate_config()
200 &config->channels[i].antenna_max)) { in hdd_ocb_validate_config()
202 config->channels[i].chan_freq); in hdd_ocb_validate_config()
205 if (dot11p_validate_qos_params(config->channels[i].qos_params)) in hdd_ocb_validate_config()
367 struct ocb_config *config) in hdd_ocb_set_config_req() argument
[all …]
H A Dwlan_hdd_hostapd.c2212 cfg = hdd_ctx->config; in hdd_hostapd_sap_event_cb()
5254 struct sap_config *config; in wlan_hdd_cfg80211_update_apies() local
5262 config = &link_info->session.ap.sap_config; in wlan_hdd_cfg80211_update_apies()
5348 wlansap_reset_sap_config_add_ie(config, eUPDATE_IE_PROBE_RESP); in wlan_hdd_cfg80211_update_apies()
5350 wlansap_update_sap_config_add_ie(config, in wlan_hdd_cfg80211_update_apies()
5370 wlansap_reset_sap_config_add_ie(config, eUPDATE_IE_ASSOC_RESP); in wlan_hdd_cfg80211_update_apies()
5372 wlansap_update_sap_config_add_ie(config, in wlan_hdd_cfg80211_update_apies()
5391 wlansap_reset_sap_config_add_ie(config, eUPDATE_IE_PROBE_BCN); in wlan_hdd_cfg80211_update_apies()
5393 wlansap_update_sap_config_add_ie(config, genie, total_ielen, in wlan_hdd_cfg80211_update_apies()
5411 struct sap_config *config = &link_info->session.ap.sap_config; in wlan_hdd_set_sap_hwmode() local
[all …]
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_main.c392 struct wlan_dp_psoc_cfg *config; in dp_trace_init() local
408 config = &dp_ctx->dp_cfg; in dp_trace_init()
410 qdf_dp_set_proto_event_bitmap(config->dp_proto_event_bitmap); in dp_trace_init()
412 if (!config->enable_dp_trace) { in dp_trace_init()
417 dp_string_to_u8_array(config->dp_trace_config, config_params, in dp_trace_init()
421 bw_compute_interval = DP_BUS_BW_CFG(config->bus_bw_compute_interval); in dp_trace_init()
485 static void dp_ini_bus_bandwidth(struct wlan_dp_psoc_cfg *config, in dp_ini_bus_bandwidth() argument
488 config->bus_bw_super_high_threshold = in dp_ini_bus_bandwidth()
490 config->bus_bw_ultra_high_threshold = in dp_ini_bus_bandwidth()
492 config->bus_bw_very_high_threshold = in dp_ini_bus_bandwidth()
[all …]
/wlan-driver/qcacld-3.0/core/pld/src/
H A Dpld_ipci.c530 struct pld_wlan_enable_cfg *config) in pld_ipci_populate_shadow_v3_cfg() argument
532 cfg->num_shadow_reg_v3_cfg = config->num_shadow_reg_v3_cfg; in pld_ipci_populate_shadow_v3_cfg()
534 config->shadow_reg_v3_cfg; in pld_ipci_populate_shadow_v3_cfg()
539 struct pld_wlan_enable_cfg *config) in pld_ipci_populate_shadow_v3_cfg() argument
544 int pld_ipci_wlan_enable(struct device *dev, struct pld_wlan_enable_cfg *config, in pld_ipci_wlan_enable() argument
553 cfg.num_ce_tgt_cfg = config->num_ce_tgt_cfg; in pld_ipci_wlan_enable()
555 config->ce_tgt_cfg; in pld_ipci_wlan_enable()
556 cfg.num_ce_svc_pipe_cfg = config->num_ce_svc_pipe_cfg; in pld_ipci_wlan_enable()
558 config->ce_svc_cfg; in pld_ipci_wlan_enable()
559 cfg.num_shadow_reg_cfg = config->num_shadow_reg_cfg; in pld_ipci_wlan_enable()
[all …]
H A Dpld_pcie_fw_sim.c628 struct pld_wlan_enable_cfg *config) in pld_pcie_fw_sim_populate_shadow_v3_cfg() argument
630 cfg->num_shadow_reg_v3_cfg = config->num_shadow_reg_v3_cfg; in pld_pcie_fw_sim_populate_shadow_v3_cfg()
632 config->shadow_reg_v3_cfg; in pld_pcie_fw_sim_populate_shadow_v3_cfg()
637 struct pld_wlan_enable_cfg *config) in pld_pcie_fw_sim_populate_shadow_v3_cfg() argument
656 struct pld_wlan_enable_cfg *config, in pld_pcie_fw_sim_wlan_enable() argument
663 cfg.num_ce_tgt_cfg = config->num_ce_tgt_cfg; in pld_pcie_fw_sim_wlan_enable()
665 config->ce_tgt_cfg; in pld_pcie_fw_sim_wlan_enable()
666 cfg.num_ce_svc_pipe_cfg = config->num_ce_svc_pipe_cfg; in pld_pcie_fw_sim_wlan_enable()
668 config->ce_svc_cfg; in pld_pcie_fw_sim_wlan_enable()
669 cfg.num_shadow_reg_cfg = config->num_shadow_reg_cfg; in pld_pcie_fw_sim_wlan_enable()
[all …]
/wlan-driver/platform/cnss2/
H A DKconfig3 config CNSS2
13 config CNSS2_DEBUG
22 config CNSS2_QMI
33 config CNSS_ASYNC
42 config BUS_AUTO_SUSPEND
53 This config flag controls the feature per target based. The feature
56 config CNSS_QCA6290
65 config CNSS_QCA6390
74 config CNSS_EMULATION
83 config CNSS_QCA6490
[all …]
/wlan-driver/wpa_supplicant_8/hs20/server/ca/
H A Dsetup.sh
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/native_sdio/src/
H A Dhif.c387 enum HIF_DEVICE_POWER_CHANGE_TYPE config) in power_state_change_notify() argument
394 __func__, config)); in power_state_change_notify()
395 switch (config) { in power_state_change_notify()
405 device->power_config = config; in power_state_change_notify()
417 device->power_config = config; in power_state_change_notify()
434 device->power_config = config; in power_state_change_notify()
456 void *config, uint32_t config_len) in hif_configure_device() argument
462 hif_dev_get_block_size(config); in hif_configure_device()
466 hif_dev_get_fifo_address(device, config, config_len); in hif_configure_device()
474 *((enum hif_device_irq_mode *) config) = in hif_configure_device()
[all …]
/wlan-driver/platform/icnss2/
H A DKconfig2 config ICNSS2
11 config ICNSS2_DEBUG
20 config ICNSS2_QMI
31 config CNSS_QCA6750
40 config CNSS_OUT_OF_TREE
47 config WCNSS_MEM_PRE_ALLOC
55 config SLATE_MODULE_ENABLED
60 This config enables slate code for compilation.

12345678910