Re: [PATCH] netdev: parse INACTIVE_TIME and CONNECTED_TIME in netdev_get_station
Denis Kenzior <[email protected]> Wed, 6 Aug 2025 09:35:55 -0500
| Newsgroups | dev.linux.lists.iwd |
|---|---|
| Message-ID | <[email protected]> |
Hi Gokul, On 8/6/25 4:16 AM, Gokul Sivakumar wrote: > These two newly parsed station info params "inactive time" and the > "connected time" would be helpful to track the duration (in ms) for > which the station was last inactive and the total duration (in s) for > which the station is currently connected to the AP. > > When the wlan device is in STA mode, these fields represent the info > of this station device. And when wlan device is in AP mode, then these > fields repesents the stations that are connected to this AP device. > --- > client/diagnostic.c | 2 ++ > src/diagnostic.c | 8 ++++++++ > src/diagnostic.h | 5 +++++ > src/netdev.c | 17 ++++++++++++++++- > 4 files changed, 31 insertions(+), 1 deletion(-) > Applied, thanks! Could you also update doc/station-diagnostic-api.txt and doc/access-point-diagnostic-api.txt to reflect these as well? Regards, -Denis