wifi-scripts: expose connected_time in iwinfo assoclist

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2026-03-24 12:07:46 +01:00
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;
}