Searched refs:scan_def (Results 1 – 9 of 9) sorted by relevance
322 struct scan_default_params *scan_def; in ucfg_scan_get_pno_def_params() local337 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 …]
40 *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 …]
610 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 …]
409 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()
568 struct scan_default_params scan_def; member869 return &scan->scan_def; in wlan_scan_psoc_get_def_params()
229 scan_mode = scan_obj->scan_def.scan_mode_6g; in scm_filter_rnr_flag_pno()
1081 struct scan_default_params *scan_def) in ucfg_scan_update_pno_dwell_time() argument1083 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
203 struct scan_default_params *scan_def);
4118 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()