From df448dde6fb5a57e208e1c130b571a6d094c97fb Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 4 Sep 2018 22:58:55 -0500 Subject: [PATCH] test: Add Station 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 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():