Home
last modified time | relevance | path

Searched refs:scan_def (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/
Dwlan_scan_ucfg_api.c322 struct scan_default_params *scan_def; in ucfg_scan_get_pno_def_params() local
337 scan_def = wlan_vdev_get_def_scan_params(vdev); in ucfg_scan_get_pno_def_params()
338 if (!scan_def) { in ucfg_scan_get_pno_def_params()
344 req->active_dwell_time = scan_def->active_dwell; in ucfg_scan_get_pno_def_params()
345 req->passive_dwell_time = scan_def->passive_dwell; in ucfg_scan_get_pno_def_params()
346 req->scan_random.randomize = scan_def->enable_mac_spoofing; in ucfg_scan_get_pno_def_params()
352 wlan_scan_update_pno_dwell_time(vdev, req, scan_def); in ucfg_scan_get_pno_def_params()
730 scan_obj->scan_def.active_dwell = in wlan_scan_global_init()
733 scan_obj->scan_def.allow_dfs_chan_in_first_scan = in wlan_scan_global_init()
735 scan_obj->scan_def.allow_dfs_chan_in_scan = in wlan_scan_global_init()
[all …]
Dwlan_scan_api.c40 *dwell_time = scan_obj->scan_def.passive_dwell; in wlan_scan_cfg_get_passive_dwelltime()
51 scan_obj->scan_def.passive_dwell = dwell_time; in wlan_scan_cfg_set_passive_dwelltime()
62 *dwell_time = scan_obj->scan_def.active_dwell; in wlan_scan_cfg_get_active_dwelltime()
73 scan_obj->scan_def.active_dwell = dwell_time; in wlan_scan_cfg_set_active_dwelltime()
85 *dwell_time = scan_obj->scan_def.active_dwell_2g; in wlan_scan_cfg_get_active_2g_dwelltime()
96 scan_obj->scan_def.active_dwell_2g = dwell_time; in wlan_scan_cfg_set_active_2g_dwelltime()
109 *dwell_time = scan_obj->scan_def.active_dwell_6g; in wlan_scan_cfg_get_active_6g_dwelltime()
123 scan_obj->scan_def.active_dwell_6g = dwell_time; in wlan_scan_cfg_set_active_6g_dwelltime()
137 *dwell_time = scan_obj->scan_def.passive_dwell_6g; in wlan_scan_cfg_get_passive_6g_dwelltime()
151 scan_obj->scan_def.passive_dwell_6g = dwell_time; in wlan_scan_cfg_set_passive_6g_dwelltime()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/
Dwlan_scan_manager.c610 scan_obj->scan_def.conc_active_dwell; in scm_req_update_concurrency_params()
619 scan_obj->scan_def.conc_passive_dwell; in scm_req_update_concurrency_params()
621 scan_obj->scan_def.conc_max_rest_time; in scm_req_update_concurrency_params()
623 scan_obj->scan_def.conc_min_rest_time; in scm_req_update_concurrency_params()
624 req->scan_req.idle_time = scan_obj->scan_def.conc_idle_time; in scm_req_update_concurrency_params()
629 scan_obj->scan_def.adaptive_dwell_time_mode_nc; in scm_req_update_concurrency_params()
662 scan_obj->scan_def.conc_max_rest_time; in scm_req_update_concurrency_params()
692 scan_obj->scan_def.sta_miracast_mcc_rest_time; in scm_req_update_concurrency_params()
702 if (scan_obj->scan_def.go_scan_burst_duration) in scm_req_update_concurrency_params()
705 scan_def.go_scan_burst_duration; in scm_req_update_concurrency_params()
[all …]
Dwlan_scan_manager_6ghz.c409 if (scan_obj->scan_def.duty_cycle_6ghz == scan_obj->duty_cycle_cnt_6ghz) in scm_is_duty_cycle_scan()
442 scan_mode = scan_obj->scan_def.scan_mode_6g; in scm_add_channel_flags()
531 scan_mode = scan_obj->scan_def.scan_mode_6g; in scm_update_6ghz_channel_list()
Dwlan_scan_main.h568 struct scan_default_params scan_def; member
869 return &scan->scan_def; in wlan_scan_psoc_get_def_params()
Dwlan_scan_cache_db.c229 scan_mode = scan_obj->scan_def.scan_mode_6g; in scm_filter_rnr_flag_pno()
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/inc/
Dwlan_scan_ucfg_api.h1081 struct scan_default_params *scan_def) in ucfg_scan_update_pno_dwell_time() argument
1083 wlan_scan_update_pno_dwell_time(vdev, req, scan_def); in ucfg_scan_update_pno_dwell_time()
1090 struct scan_default_params *scan_def) in ucfg_scan_update_pno_dwell_time() argument
Dwlan_scan_api.h203 struct scan_default_params *scan_def);
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/src/
Dwlan_cm_roam_api.c4118 return scan_obj->scan_def.active_dwell_2g; in wlan_cm_get_roam_chn_dwell_time()
4121 return scan_obj->scan_def.passive_dwell; in wlan_cm_get_roam_chn_dwell_time()
4123 return scan_obj->scan_def.active_dwell; in wlan_cm_get_roam_chn_dwell_time()
4126 return scan_obj->scan_def.passive_dwell_6g; in wlan_cm_get_roam_chn_dwell_time()
4128 return scan_obj->scan_def.active_dwell_6g; in wlan_cm_get_roam_chn_dwell_time()