Home
last modified time | relevance | path

Searched refs:exclude_selftx_from_cca_busy (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qcacld-3.0/core/cds/inc/
H A Dcds_config.h140 bool exclude_selftx_from_cca_busy; member
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_cfg.h209 bool exclude_selftx_from_cca_busy; member
/wlan-driver/qcacld-3.0/core/cds/src/
H A Dcds_api.c723 cds_set_exclude_selftx_from_cca_busy_time(bool exclude_selftx_from_cca_busy, in cds_set_exclude_selftx_from_cca_busy_time() argument
726 cds_cfg->exclude_selftx_from_cca_busy = exclude_selftx_from_cca_busy; in cds_set_exclude_selftx_from_cca_busy_time()
846 hdd_ctx->config->exclude_selftx_from_cca_busy, in cds_open()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_utils.c2219 bool exclude_selftx_from_cca_busy; in __wma_unified_link_radio_stats_event_handler() local
2231 exclude_selftx_from_cca_busy = cfg->exclude_selftx_from_cca_busy; in __wma_unified_link_radio_stats_event_handler()
2396 if (exclude_selftx_from_cca_busy && in __wma_unified_link_radio_stats_event_handler()
H A Dwma_main.c3416 wma_set_exclude_selftx_from_cca_busy_time(bool exclude_selftx_from_cca_busy, in wma_set_exclude_selftx_from_cca_busy_time() argument
3426 cfg->exclude_selftx_from_cca_busy = exclude_selftx_from_cca_busy; in wma_set_exclude_selftx_from_cca_busy_time()
4025 cds_cfg->exclude_selftx_from_cca_busy, in wma_open()
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma.h779 bool exclude_selftx_from_cca_busy; member
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_main.c14606 config->exclude_selftx_from_cca_busy = in hdd_cfg_params_init()