From: James Prestwood <prestwoj@gmail.com>
To: iwd@lists.linux.dev
Cc: James Prestwood <prestwoj@gmail.com>
Subject: [PATCH 2/3] client: support ChannelUtilization/SignalNoiseRatio/BssLastSeen
Date: Thu, 9 Jul 2026 14:45:45 -0700 [thread overview]
Message-ID: <20260709214546.659971-2-prestwoj@gmail.com> (raw)
In-Reply-To: <20260709214546.659971-1-prestwoj@gmail.com>
Add support for these new diagnostic values in iwctl
---
client/diagnostic.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/client/diagnostic.c b/client/diagnostic.c
index 2be8b724..6bce1671 100644
--- a/client/diagnostic.c
+++ b/client/diagnostic.c
@@ -97,6 +97,9 @@ static const struct diagnostic_dict_mapping diagnostic_mapping[] = {
{ "Security", 's' },
{ "InactiveTime", 'u', "ms" },
{ "ConnectedTime", 'u', "s" },
+ { "ChannelUtilization", 'y', "%" },
+ { "SignalNoiseRatio", 'y', "dBm" },
+ { "BssLastSeen", 'u', "s" },
{ NULL }
};
--
2.34.1
next prev parent reply other threads:[~2026-07-09 21:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-09 21:45 [PATCH 1/3] station: Add Utilization/SNR/LastSeen to station diagnostics James Prestwood
2026-07-09 21:45 ` James Prestwood [this message]
2026-07-09 21:45 ` [PATCH 3/3] doc: Document new station diagnostic values James Prestwood
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=20260709214546.659971-2-prestwoj@gmail.com \
--to=prestwoj@gmail.com \
--cc=iwd@lists.linux.dev \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.