[PATCH 2/3] client: support ChannelUtilization/SignalNoiseRatio/BssLastSeen
James Prestwood <[email protected]> Thu, 9 Jul 2026 14:45:45 -0700
| Newsgroups | dev.linux.lists.iwd |
|---|---|
| Message-ID | <[email protected]> |
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