Home
last modified time | relevance | path

Searched refs:force_passive (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dscan.c136 bool force_passive = !n_ssids; in wlcore_scan_get_channels() local
180 if (force_passive) in wlcore_scan_get_channels()
212 !force_passive) { in wlcore_scan_get_channels()
/openbmc/linux/drivers/net/wireless/ti/wl12xx/
H A Dscan.c316 bool force_passive = !req->n_ssids; in wl1271_scan_sched_scan_config() local
366 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()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dscan.c1755 bool force_passive, found = false, allow_passive = true, in iwl_mvm_umac_scan_cfg_channels_v7_6g() local
1885 force_passive = (s_max > 3 || b_max > 9); in iwl_mvm_umac_scan_cfg_channels_v7_6g()
1886 force_passive |= (unsolicited_probe_on_chan && in iwl_mvm_umac_scan_cfg_channels_v7_6g()
1889 force_passive = (s_max > 2 || b_max > 6); in iwl_mvm_umac_scan_cfg_channels_v7_6g()
1892 force_passive = (s_max > 1 || b_max > 3); in iwl_mvm_umac_scan_cfg_channels_v7_6g()
1894 force_passive = (s_max > 2 || b_max > 6); in iwl_mvm_umac_scan_cfg_channels_v7_6g()
1895 force_passive |= (unsolicited_probe_on_chan && in iwl_mvm_umac_scan_cfg_channels_v7_6g()
1898 if ((allow_passive && force_passive) || in iwl_mvm_umac_scan_cfg_channels_v7_6g()