Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/iwlwifi/mvm/
H A Dscan.c1756 bool force_passive, found = false, allow_passive = true, in iwl_mvm_umac_scan_cfg_channels_v7_6g() local
1886 force_passive = (s_max > 3 || b_max > 9); in iwl_mvm_umac_scan_cfg_channels_v7_6g()
1887 force_passive |= (unsolicited_probe_on_chan && in iwl_mvm_umac_scan_cfg_channels_v7_6g()
1890 force_passive = (s_max > 2 || b_max > 6); in iwl_mvm_umac_scan_cfg_channels_v7_6g()
1893 force_passive = (s_max > 1 || b_max > 3); in iwl_mvm_umac_scan_cfg_channels_v7_6g()
1895 force_passive = (s_max > 2 || b_max > 6); in iwl_mvm_umac_scan_cfg_channels_v7_6g()
1896 force_passive |= (unsolicited_probe_on_chan && in iwl_mvm_umac_scan_cfg_channels_v7_6g()
1899 if ((allow_passive && force_passive) || in iwl_mvm_umac_scan_cfg_channels_v7_6g()