]> git.ipfire.org Git - thirdparty/iw.git/blobdiff - iw.h
iw: Add 'coloc' and 'flush' options to sched_scan
[thirdparty/iw.git] / iw.h
diff --git a/iw.h b/iw.h
index 1acf1891767df436149d778b3d47c608ec98d4a7..77ed097f229b649a65d3cd1fe08fa4c999803ea4 100644 (file)
--- a/iw.h
+++ b/iw.h
@@ -249,7 +249,7 @@ int parse_random_mac_addr(struct nl_msg *msg, char *addrs);
 
 #define SCHED_SCAN_OPTIONS "[interval <in_msecs> | scan_plans [<interval_secs:iterations>*] <interval_secs>] " \
        "[delay <in_secs>] [freqs <freq>+] [matches [ssid <ssid>]+]] [active [ssid <ssid>]+|passive] "  \
-       "[randomise[=<addr>/<mask>]]"
+       "[randomise[=<addr>/<mask>]] [coloc] [flush]"
 int parse_sched_scan(struct nl_msg *msg, int *argc, char ***argv);
 
 DECLARE_SECTION(switch);