Home
last modified time | relevance | path

Searched refs:CFG_TGT_DEFAULT_MAX_STA_VDEVS (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dwlan_tgt_def_config.h139 #ifndef CFG_TGT_DEFAULT_MAX_STA_VDEVS
140 #define CFG_TGT_DEFAULT_MAX_STA_VDEVS 0 macro
H A Dwlan_tgt_def_config_hl.h181 #ifndef CFG_TGT_DEFAULT_MAX_STA_VDEVS
182 #define CFG_TGT_DEFAULT_MAX_STA_VDEVS 0 macro
/wlan-driver/qcacld-3.0/configs/
H A Dconfig_to_feature.h2363 #define CFG_TGT_DEFAULT_MAX_STA_VDEVS (CONFIG_CFG_MAX_STA_VDEVS) macro
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_main.c3575 if (0 == CFG_TGT_DEFAULT_MAX_STA_VDEVS) in hdd_max_sta_interface_up_count_reached()
3593 if (intf_count >= CFG_TGT_DEFAULT_MAX_STA_VDEVS) { in hdd_max_sta_interface_up_count_reached()
3595 intf_count, CFG_TGT_DEFAULT_MAX_STA_VDEVS); in hdd_max_sta_interface_up_count_reached()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_main.c639 tgt_cfg->num_max_sta_vdevs = CFG_TGT_DEFAULT_MAX_STA_VDEVS; in wma_set_default_tgt_config()