Hi Salahaldeen Altous, On 8/6/21 1:30 AM, 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 isn't a nice API for this just yet. James pointed you to the Diagnostics API, but that is really meant to be polled since the information changes way too frequently and it is only useful as a 'snapshot'. What you need is a dedicated API that would inform the application via D-Bus when a new client has connected / disconnect. This would need to be modeled as a D-Bus property, or perhaps using an Agent type API. Not something we have planned to work on just yet. Patches are always welcome. Regards, -Denis