3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-08-08 06:57:28 +02:00

doc: add STA inactive and connected time duration info to diagnostics

This commit is contained in:
Gokul Sivakumar 2025-08-07 14:28:57 +05:30 committed by Denis Kenzior
parent fee0e5de33
commit df2c5cf7fa
2 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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