mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
scan: add colocated scan flag
This commit is contained in:
parent
07a3b1d655
commit
e089ab2de2
@ -394,6 +394,8 @@ static struct l_genl_msg *scan_build_cmd(struct scan_context *sc,
|
|||||||
if (params->ap_scan)
|
if (params->ap_scan)
|
||||||
flags |= NL80211_SCAN_FLAG_AP;
|
flags |= NL80211_SCAN_FLAG_AP;
|
||||||
|
|
||||||
|
flags |= NL80211_SCAN_FLAG_COLOCATED_6GHZ;
|
||||||
|
|
||||||
if (flags)
|
if (flags)
|
||||||
l_genl_msg_append_attr(msg, NL80211_ATTR_SCAN_FLAGS, 4, &flags);
|
l_genl_msg_append_attr(msg, NL80211_ATTR_SCAN_FLAGS, 4, &flags);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user