From 11ff9adba1cae66dea3005011c3b8e6e903aedc2 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Wed, 20 Jan 2021 10:30:36 -0800 Subject: [PATCH] test: add StationDiagnostic interface 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 707b0c39..df043bc3 100755 --- a/test/monitor-iwd +++ b/test/monitor-iwd @@ -66,7 +66,8 @@ relevant_ifaces = [ "net.connman.iwd.Device", "net.connman.iwd.AgentManager", "net.connman.iwd.KnownNetwork", "net.connman.iwd.Station", - "net.connman.iwd.AccessPointDiagnostic"] + "net.connman.iwd.AccessPointDiagnostic", + "net.connman.iwd.StationDiagnostic"] def interfaces_added(path, interfaces): for iface, props in interfaces.items():