mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
test: update get-diagnostics with Rx/TxMode
This commit is contained in:
parent
18e48a7997
commit
a0aa6fecb4
@ -8,8 +8,10 @@ import dbus
|
||||
unit_map = {
|
||||
"ConnectedBss" : None,
|
||||
"RSSI" : "dBm",
|
||||
"RxMode" : None,
|
||||
"RxBitrate" : lambda k : str(100 * int(k)) + ' Kbps',
|
||||
"RxMCS" : lambda i : str(int(i)),
|
||||
"TxMode" : None,
|
||||
"TxBitrate" : lambda k : str(100 * int(k)) + ' Kbps',
|
||||
"TxMCS" : lambda i : str(int(i)),
|
||||
"ExpectedThroughput" : "Kbps"
|
||||
|
Loading…
Reference in New Issue
Block a user