* [PATCH] iw: support skip TX monitor flag
@ 2026-08-09 0:37 Alex Gavin
0 siblings, 0 replies; only message in thread
From: Alex Gavin @ 2026-08-09 0:37 UTC (permalink / raw)
To: johannes; +Cc: linux-wireless, Alex Gavin
Usage:
iw dev wlan0 set monitor skiptx
Signed-off-by: Alex Gavin <a_gavin@icloud.com>
---
interface.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/interface.c b/interface.c
index 65a4006..c01fc61 100644
--- a/interface.c
+++ b/interface.c
@@ -17,6 +17,7 @@
"otherbss: show frames from other BSSes\n"\
"cook: use cooked mode\n"\
"active: use active mode (ACK incoming unicast packets)\n"\
+ "skiptx: do not pass local TX packets\n"\
"mumimo-groupid <GROUP_ID>: use MUMIMO according to a group id\n"\
"mumimo-follow-mac <MAC_ADDRESS>: use MUMIMO according to a MAC address"
@@ -30,6 +31,7 @@ static char *mntr_flags[NL80211_MNTR_FLAG_MAX + 1] = {
"otherbss",
"cook",
"active",
+ "skiptx",
};
static int parse_mumimo_options(int *_argc, char ***_argv, struct nl_msg *msg)
--
2.54.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-09 0:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-09 0:37 [PATCH] iw: support skip TX monitor flag Alex Gavin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox