Searched refs:scan_cfg (Results 1 – 4 of 4) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/inc/ |
D | wlan_scan_ucfg_api.h | 581 struct scan_user_cfg *scan_cfg);
|
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/ |
D | wlan_scan_ucfg_api.c | 1211 struct scan_user_cfg *scan_cfg) in ucfg_scan_update_user_config() argument 1227 scan_obj->ie_allowlist = scan_cfg->ie_allowlist; in ucfg_scan_update_user_config() 1229 scan_cfg->sta_miracast_mcc_rest_time; in ucfg_scan_update_user_config()
|
/wlan-driver/fw-api/fw/ |
D | wmi_unified.h | 3016 #define WMI_DBS_CONC_SCAN_CFG_DBS_SCAN_SET(scan_cfg, value) \ argument 3017 WMI_SET_BITS(scan_cfg, WMI_DBS_CONC_SCAN_CFG_DBS_SCAN_BITPOS, 1, value) 3018 #define WMI_DBS_CONC_SCAN_CFG_AGILE_SCAN_SET(scan_cfg, value) \ argument 3019 WMI_SET_BITS(scan_cfg, WMI_DBS_CONC_SCAN_CFG_AGILE_SCAN_BITPOS, 1, value) 3020 #define WMI_DBS_CONC_SCAN_CFG_AGILE_DFS_SCAN_SET(scan_cfg, value) \ argument 3021 WMI_SET_BITS(scan_cfg, WMI_DBS_CONC_SCAN_CFG_AGILE_DFS_SCAN_BITPOS, 1, value) 3022 #define WMI_DBS_CONC_SCAN_CFG_ASYNC_DBS_SCAN_SET(scan_cfg, value) \ argument 3023 WMI_SET_BITS(scan_cfg, WMI_DBS_CONC_SCAN_CFG_ASYNC_DBS_SCAN_BITPOS, 1, value) 3024 #define WMI_DBS_CONC_SCAN_CFG_SYNC_DBS_SCAN_SET(scan_cfg, value) \ argument 3025 WMI_SET_BITS(scan_cfg, WMI_DBS_CONC_SCAN_CFG_SYNC_DBS_SCAN_BITPOS, 1, value) [all …]
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_main.c | 21139 struct scan_user_cfg scan_cfg; in hdd_update_scan_config() local 21143 qdf_mem_zero(&scan_cfg, sizeof(scan_cfg)); in hdd_update_scan_config() 21150 scan_cfg.sta_miracast_mcc_rest_time = mcast_mcc_rest_time; in hdd_update_scan_config() 21151 hdd_update_ie_allowlist_attr(&scan_cfg.ie_allowlist, hdd_ctx); in hdd_update_scan_config() 21153 status = ucfg_scan_update_user_config(psoc, &scan_cfg); in hdd_update_scan_config()
|