Hi, On Fri, 2021-08-06 at 06:30 +0000, salahaldeen.altous(a)leica-camera.com wrote: > Hi, > > I have a device which running as AP point. I would like to know every > time there is a new connection/discounntion for this access point. > Does iwd API support this? DHCP is enable in AP configuration > (EnableNetworkConfiguration=True) There is an access point API, GetDiagnostics(), which returns an array of clients (including some info about each client): https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/doc/access-point-diagnostic-api.txt Unfortunately you cant get notified for this via PropertyChanged since its a DBus method rather than properties. This was done because some of the client info can change quite frequently (RSSI, Tx/Rx rates/modes etc) and we didn't want to flood DBus with these messages constantly. In iwctl we actually poll this information every second. Thanks, James > > Regards, > Salahaldeen Altous > _______________________________________________ > iwd mailing list -- iwd(a)lists.01.org > To unsubscribe send an email to iwd-leave(a)lists.01.org