From 0ba811df3c48f393ad3bc804f3464c895b1967af Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Wed, 20 Jan 2021 10:30:35 -0800 Subject: [PATCH] test: add AccessPointDiagnostics to monitor-iwd --- test/monitor-iwd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/monitor-iwd b/test/monitor-iwd index e801ef54..707b0c39 100755 --- a/test/monitor-iwd +++ b/test/monitor-iwd @@ -65,7 +65,8 @@ relevant_ifaces = [ "net.connman.iwd.Device", "net.connman.iwd.Network", "net.connman.iwd.AgentManager", "net.connman.iwd.KnownNetwork", - "net.connman.iwd.Station" ] + "net.connman.iwd.Station", + "net.connman.iwd.AccessPointDiagnostic"] def interfaces_added(path, interfaces): for iface, props in interfaces.items():