]> git.ipfire.org Git - thirdparty/iw.git/commit
iw: scan: set NL80211_SCAN_FLAG_COLOCATED_6GHZ in case of full sched scan
authorAyala Beker <ayala.beker@intel.com>
Thu, 14 Jul 2022 06:33:36 +0000 (09:33 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 14 Apr 2023 10:55:17 +0000 (12:55 +0200)
commit29555e143d01de7570bdb5d11d9c785f6e59e6bf
treed786f021ef58bc499c07107fb1586133c8a78b1f
parent997e5f13e7bc2267b28e541a2904d7f7d84227d0
iw: scan: set NL80211_SCAN_FLAG_COLOCATED_6GHZ in case of full sched scan

Same as in regular scan, in case of full sched scan need to set
NL80211_SCAN_FLAG_COLOCATED_6GHZ flag, to scan for collocated
APs by default.

Signed-off-by: Ayala Beker <ayala.beker@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
scan.c