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:
parent
fee0e5de33
commit
df2c5cf7fa
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user