diff --git a/test/monitor-iwd b/test/monitor-iwd index 2bff1f01..c074954e 100755 --- a/test/monitor-iwd +++ b/test/monitor-iwd @@ -64,7 +64,8 @@ relevant_ifaces = [ "net.connman.iwd.Device", "net.connman.iwd.AdHoc", "net.connman.iwd.Network", "net.connman.iwd.AgentManager", - "net.connman.iwd.KnownNetwork" ] + "net.connman.iwd.KnownNetwork", + "net.connman.iwd.Station" ] def interfaces_added(path, interfaces): for iface, props in interfaces.items():