From: Alex Gavin <a_gavin@icloud.com>
To: johannes@sipsolutions.net
Cc: linux-wireless@vger.kernel.org, Alex Gavin <a_gavin@icloud.com>
Subject: [PATCH] iw: support skip TX monitor flag
Date: Sat, 8 Aug 2026 17:37:14 -0700 [thread overview]
Message-ID: <20260809003714.3077-1-a_gavin@icloud.com> (raw)
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
reply other threads:[~2026-08-09 0:37 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260809003714.3077-1-a_gavin@icloud.com \
--to=a_gavin@icloud.com \
--cc=johannes@sipsolutions.net \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox