Home
last modified time | relevance | path

Searched refs:con_mode (Results 1 – 19 of 19) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_main_module.c45 module_param_cb(con_mode, &con_mode_ops, &con_mode,
Dwlan_hdd_main.c1072 int con_mode; variable
1074 EXPORT_SYMBOL(con_mode);
3245 if (con_mode == QDF_GLOBAL_MONITOR_MODE || in __hdd_mon_open()
3270 if (con_mode != QDF_GLOBAL_MONITOR_MODE && in __hdd_mon_open()
20175 con_mode = next_mode; in __hdd_driver_mode_change()
20179 param.policy_info.driver_mode = con_mode; in __hdd_driver_mode_change()
20252 con_mode = mode; in hdd_set_con_mode()
20381 hdd_set_conparam(con_mode); in hdd_driver_load()
20390 errno = pld_set_mode(con_mode); in hdd_driver_load()
20796 con_mode = con_mode_ftm; in con_mode_handler_ftm()
[all …]
Dwlan_hdd_hostapd.c4198 enum policy_mgr_con_mode con_mode; in hdd_get_ap_6ghz_capable() local
4219 con_mode = policy_mgr_qdf_opmode_to_pm_con_mode(psoc, in hdd_get_ap_6ghz_capable()
4222 if (!policy_mgr_is_beaconing_mode(con_mode) || in hdd_get_ap_6ghz_capable()
4223 !policy_mgr_is_6ghz_conc_mode_supported(psoc, con_mode)) { in hdd_get_ap_6ghz_capable()
/wlan-driver/qca-wifi-host-cmn/hif/src/usb/
Dif_usb.c524 uint32_t con_mode = hif_get_conparam(scn); in hif_usb_bus_configure() local
526 if (QDF_GLOBAL_FTM_MODE == con_mode) in hif_usb_bus_configure()
528 else if (QDF_GLOBAL_COLDBOOT_CALIB_MODE == con_mode) in hif_usb_bus_configure()
530 else if (QDF_IS_EPPING_ENABLED(con_mode)) in hif_usb_bus_configure()
/wlan-driver/qcacld-3.0/components/umac/mlme/sap/ll_sap/core/src/
Dwlan_ll_lt_sap_main.c223 enum policy_mgr_con_mode con_mode = PM_MAX_NUM_OF_MODE; in ll_lt_sap_update_freq_list() local
289 con_mode = policy_mgr_get_mode_by_vdev_id( in ll_lt_sap_update_freq_list()
300 if (con_mode == PM_SAP_MODE || same_mac_freq) { in ll_lt_sap_update_freq_list()
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
Dadma.c159 uint32_t con_mode = hif_get_conparam(hif_sc); in hif_sdio_bus_configure() local
161 if (con_mode == QDF_GLOBAL_FTM_MODE) in hif_sdio_bus_configure()
163 else if (con_mode == QDF_GLOBAL_COLDBOOT_CALIB_MODE) in hif_sdio_bus_configure()
165 else if (QDF_IS_EPPING_ENABLED(con_mode)) in hif_sdio_bus_configure()
/wlan-driver/qca-wifi-host-cmn/htc/
Dhtc.c431 qdf_device_t osdev, uint32_t con_mode) in htc_create() argument
468 target->con_mode = con_mode; in htc_create()
642 if (HTC_IS_EPPING_ENABLED(target->con_mode)) { in htc_setup_target_buffer_assignments()
Dhtc_internal.h245 uint32_t con_mode; member
Dhtc_api.h426 qdf_device_t osdev, uint32_t con_mode);
/wlan-driver/qca-wifi-host-cmn/utils/epping/inc/
Depping_internal.h97 int32_t con_mode; member
/wlan-driver/qca-wifi-host-cmn/utils/epping/src/
Depping_main.c88 g_epping_ctx->con_mode = cds_get_conparam(); in epping_open()
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
Dce_main.c4682 uint32_t con_mode = hif_get_conparam(scn); in hif_wlan_enable() local
4715 if (QDF_GLOBAL_FTM_MODE == con_mode) in hif_wlan_enable()
4717 else if (QDF_GLOBAL_COLDBOOT_CALIB_MODE == con_mode) in hif_wlan_enable()
4719 else if (QDF_GLOBAL_FTM_COLDBOOT_CALIB_MODE == con_mode) in hif_wlan_enable()
4721 else if (QDF_IS_EPPING_ENABLED(con_mode)) in hif_wlan_enable()
6052 uint32_t con_mode = hif_get_conparam(scn); in hif_wlan_disable() local
6057 if (QDF_GLOBAL_FTM_MODE == con_mode) in hif_wlan_disable()
6059 else if (QDF_IS_EPPING_ENABLED(con_mode)) in hif_wlan_disable()
/wlan-driver/qcacld-3.0/core/cds/src/
Dcds_api.c2859 enum QDF_GLOBAL_MODE con_mode; in cds_get_conparam() local
2861 con_mode = hdd_get_conparam(); in cds_get_conparam()
2863 return con_mode; in cds_get_conparam()
/wlan-driver/qcacld-3.0/components/dp/core/src/
Dwlan_dp_main.c659 enum QDF_GLOBAL_MODE con_mode = 0; in dp_set_rx_mode_value() local
661 con_mode = cds_get_conparam(); in dp_set_rx_mode_value()
675 if (con_mode == QDF_GLOBAL_MONITOR_MODE) in dp_set_rx_mode_value()
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
Dwlan_policy_mgr_action.c2986 enum policy_mgr_con_mode con_mode; in policy_mgr_valid_sap_conc_channel_check() local
3020 con_mode = policy_mgr_con_mode_by_vdev_id(psoc, sap_vdev_id); in policy_mgr_valid_sap_conc_channel_check()
3052 } else if (con_mode == PM_P2P_GO_MODE && in policy_mgr_valid_sap_conc_channel_check()
3106 if (con_mode == PM_SAP_MODE) { in policy_mgr_valid_sap_conc_channel_check()
Dwlan_policy_mgr_get_set_utils.c11622 enum policy_mgr_con_mode con_mode; in policy_mgr_allow_sap_go_concurrency() local
11636 con_mode = pm_conc_connection_list[id].mode; in policy_mgr_allow_sap_go_concurrency()
11637 if (con_mode != PM_SAP_MODE && con_mode != PM_P2P_GO_MODE) in policy_mgr_allow_sap_go_concurrency()
11642 (mode == PM_P2P_GO_MODE) && (con_mode == PM_P2P_GO_MODE)) { in policy_mgr_allow_sap_go_concurrency()
11650 (con_mode == PM_SAP_MODE || con_mode == PM_P2P_GO_MODE)) in policy_mgr_allow_sap_go_concurrency()
12417 enum policy_mgr_con_mode con_mode; in policy_mgr_is_ap_ap_mcc_allow() local
12445 con_mode = policy_mgr_qdf_opmode_to_pm_con_mode( in policy_mgr_is_ap_ap_mcc_allow()
12448 status = policy_mgr_get_pcl(psoc, con_mode, pcl.pcl_list, &pcl.pcl_len, in policy_mgr_is_ap_ap_mcc_allow()
12497 psoc, con_mode, ch_freq, in policy_mgr_is_ap_ap_mcc_allow()
Dwlan_policy_mgr_pcl.c4550 enum policy_mgr_con_mode con_mode; in policy_mgr_get_alternate_channel_for_sap() local
4558 con_mode = policy_mgr_con_mode_by_vdev_id(psoc, sap_vdev_id); in policy_mgr_get_alternate_channel_for_sap()
4570 psoc, con_mode, pcl_channels, &pcl_len, in policy_mgr_get_alternate_channel_for_sap()
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_main.c588 enum QDF_GLOBAL_MODE con_mode; in wma_set_default_tgt_config() local
665 con_mode = cds_get_conparam(); in wma_set_default_tgt_config()
666 if (con_mode == QDF_GLOBAL_MONITOR_MODE) in wma_set_default_tgt_config()
669 if (con_mode == QDF_GLOBAL_FTM_MODE) { in wma_set_default_tgt_config()
/wlan-driver/qcacld-3.0/core/hdd/inc/
Dwlan_hdd_main.h5170 extern int con_mode;