Lines Matching refs:scan_def
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()
164 *min_dwell_time_6ghz = scan_obj->scan_def.min_dwell_time_6g; in wlan_scan_cfg_get_min_dwelltime_6g()
176 scan_obj->scan_def.scan_mode_6g = scan_mode_6g; in wlan_scan_cfg_set_scan_mode_6g()
185 struct scan_default_params *scan_def) in wlan_scan_update_pno_dwell_time() argument
201 req->active_dwell_time = scan_def->conc_active_dwell; in wlan_scan_update_pno_dwell_time()
202 req->passive_dwell_time = scan_def->conc_passive_dwell; in wlan_scan_update_pno_dwell_time()
216 *dwell_time = scan_obj->scan_def.conc_active_dwell; in wlan_scan_cfg_get_conc_active_dwelltime()
228 scan_obj->scan_def.conc_active_dwell = dwell_time; in wlan_scan_cfg_set_conc_active_dwelltime()
240 *dwell_time = scan_obj->scan_def.conc_passive_dwell; in wlan_scan_cfg_get_conc_passive_dwelltime()
252 scan_obj->scan_def.conc_passive_dwell = dwell_time; in wlan_scan_cfg_set_conc_passive_dwelltime()
265 *enable_dfs_scan = scan_obj->scan_def.allow_dfs_chan_in_scan; in wlan_scan_cfg_get_dfs_chan_scan_allowed()
278 scan_obj->scan_def.allow_dfs_chan_in_scan = enable_dfs_scan; in wlan_scan_cfg_set_dfs_chan_scan_allowed()
289 return scan_obj->scan_def.honour_nl_scan_policy_flags; in wlan_scan_cfg_honour_nl_scan_policy_flags()
301 *rest_time = scan_obj->scan_def.conc_max_rest_time; in wlan_scan_cfg_get_conc_max_resttime()
313 *rest_time = scan_obj->scan_def.conc_min_rest_time; in wlan_scan_cfg_get_conc_min_resttime()
324 return scan_obj->scan_def.scan_f_chan_stat_evnt; in wlan_scan_is_snr_monitor_enabled()
400 return scan_obj->scan_def.scan_cache_aging_time; in wlan_scan_get_aging_time()
418 scan_obj->scan_def.scan_cache_aging_time = time; in wlan_scan_set_aging_time()
672 return scan_obj->scan_def.skip_6g_and_indoor_freq; in wlan_scan_cfg_skip_6g_and_indoor_freq()
686 scan_obj->scan_def.last_scan_ageout_time; in wlan_scan_get_last_scan_ageout_time()
725 return scan_obj->scan_def.enable_connected_scan; in wlan_scan_is_connected_scan_enabled()