mirror of
https://github.com/openwrt/openwrt.git
synced 2026-07-17 16:41:56 +04:00
wifi-scripts: expose connected_time in iwinfo assoclist
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
committed by
Felix Fietkau
parent
d9c765286d
commit
7f2effc94d
@@ -370,6 +370,7 @@ export function assoclist(dev) {
|
||||
flags: assoc_flags(station.sta_info.tx_bitrate ?? {}),
|
||||
},
|
||||
expected_throughput: format_expected_throughput(station.sta_info.expected_throughput ?? 0),
|
||||
connected_time: station.sta_info.connected_time ?? 0,
|
||||
};
|
||||
ret[sta.mac] = sta;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user