Message ID | 20220719185544.456727-1-prestwoj@gmail.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | [01/12] scan: add colocated scan flag | expand |
Hi James, On 7/19/22 13:55, James Prestwood wrote: > --- > src/scan.c | 2 ++ > 1 file changed, 2 insertions(+) > I went ahead and applied patches 1-9 and 12. Regards, -Denis
diff --git a/src/scan.c b/src/scan.c index 05e8f66e..e1c89fb2 100644 --- a/src/scan.c +++ b/src/scan.c @@ -394,6 +394,8 @@ static struct l_genl_msg *scan_build_cmd(struct scan_context *sc, if (params->ap_scan) flags |= NL80211_SCAN_FLAG_AP; + flags |= NL80211_SCAN_FLAG_COLOCATED_6GHZ; + if (flags) l_genl_msg_append_attr(msg, NL80211_ATTR_SCAN_FLAGS, 4, &flags);