Searched refs:force_passive (Results 1 – 3 of 3) sorted by relevance
136 bool force_passive = !n_ssids; in wlcore_scan_get_channels() local180 if (force_passive) in wlcore_scan_get_channels()212 !force_passive) { in wlcore_scan_get_channels()
316 bool force_passive = !req->n_ssids; in wl1271_scan_sched_scan_config() local366 if (!force_passive && cfg->active[0]) { in wl1271_scan_sched_scan_config()383 if (!force_passive && cfg->active[1]) { in wl1271_scan_sched_scan_config()
1740 bool force_passive, found = false, allow_passive = true, in iwl_mvm_umac_scan_cfg_channels_v6_6g() local1851 force_passive = (s_max > 3 || b_max > 9); in iwl_mvm_umac_scan_cfg_channels_v6_6g()1852 force_passive |= (unsolicited_probe_on_chan && in iwl_mvm_umac_scan_cfg_channels_v6_6g()1855 force_passive = (s_max > 2 || b_max > 6); in iwl_mvm_umac_scan_cfg_channels_v6_6g()1858 force_passive = (s_max > 1 || b_max > 3); in iwl_mvm_umac_scan_cfg_channels_v6_6g()1860 force_passive = (s_max > 2 || b_max > 6); in iwl_mvm_umac_scan_cfg_channels_v6_6g()1861 force_passive |= (unsolicited_probe_on_chan && in iwl_mvm_umac_scan_cfg_channels_v6_6g()1864 if ((allow_passive && force_passive) || in iwl_mvm_umac_scan_cfg_channels_v6_6g()
Completed in 12 milliseconds