* [PATCH] doc: add STA inactive and connected time duration info to diagnostics
@ 2025-08-07 8:58 Gokul Sivakumar
2025-08-07 22:59 ` Denis Kenzior
0 siblings, 1 reply; 2+ messages in thread
From: Gokul Sivakumar @ 2025-08-07 8:58 UTC (permalink / raw)
To: iwd; +Cc: Gokul Sivakumar, wlan-kernel-dev-list
---
doc/access-point-diagnostic-api.txt | 6 ++++++
doc/station-diagnostic-api.txt | 6 ++++++
2 files changed, 12 insertions(+)
diff --git a/doc/access-point-diagnostic-api.txt b/doc/access-point-diagnostic-api.txt
index 9b293b6f..c2d70826 100644
--- a/doc/access-point-diagnostic-api.txt
+++ b/doc/access-point-diagnostic-api.txt
@@ -31,6 +31,12 @@ Methods array{dict} GetDiagnostics()
TxMCS [optional] - Transmitting MCS index
+ InactiveTime [optional] - Time duration (in ms) for which the STA
+ connected to this BSS is currently inactive.
+
+ ConnectedTime [optional] - Time duration (in s) for which the STA
+ remains connected to this BSS.
+
Possible errors: net.connman.iwd.Failed
net.connman.iwd.NotConnected
net.connman.iwd.NotFound
diff --git a/doc/station-diagnostic-api.txt b/doc/station-diagnostic-api.txt
index 77651366..9b51d4b7 100644
--- a/doc/station-diagnostic-api.txt
+++ b/doc/station-diagnostic-api.txt
@@ -53,6 +53,12 @@ Methods dict GetDiagnostics()
- GCMP-256
- CCMP-256
+ InactiveTime [optional] - Time duration (in ms) for which this STA
+ is currently inactive.
+
+ ConnectedTime [optional] - Time Duration (in s) for which this STA
+ remains connected to the BSS.
+
Possible errors: net.connman.iwd.Busy
net.connman.iwd.Failed
net.connman.iwd.NotConnected
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] doc: add STA inactive and connected time duration info to diagnostics
2025-08-07 8:58 [PATCH] doc: add STA inactive and connected time duration info to diagnostics Gokul Sivakumar
@ 2025-08-07 22:59 ` Denis Kenzior
0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2025-08-07 22:59 UTC (permalink / raw)
To: Gokul Sivakumar, iwd; +Cc: wlan-kernel-dev-list
Hi Gokul,
On 8/7/25 3:58 AM, Gokul Sivakumar wrote:
> ---
> doc/access-point-diagnostic-api.txt | 6 ++++++
> doc/station-diagnostic-api.txt | 6 ++++++
> 2 files changed, 12 insertions(+)
>
Applied, thanks!
Regards,
-Denis
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-07 22:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-07 8:58 [PATCH] doc: add STA inactive and connected time duration info to diagnostics Gokul Sivakumar
2025-08-07 22:59 ` Denis Kenzior
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).