diff --git a/test/monitor-iwd b/test/monitor-iwd index 4771f50b..2bff1f01 100755 --- a/test/monitor-iwd +++ b/test/monitor-iwd @@ -60,7 +60,11 @@ def properties_changed(interface, changed, invalidated, path): relevant_ifaces = [ "net.connman.iwd.Device", "net.connman.iwd.Adapter", "net.connman.iwd.WiFiSimpleConfiguration", - "net.connman.iwd.Network" ] + "net.connman.iwd.AccessPoint", + "net.connman.iwd.AdHoc", + "net.connman.iwd.Network", + "net.connman.iwd.AgentManager", + "net.connman.iwd.KnownNetwork" ] def interfaces_added(path, interfaces): for iface, props in interfaces.items():