3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-22 06:29:23 +01:00

test: Add Station interface to monitor-iwd

This commit is contained in:
Denis Kenzior 2018-09-04 22:58:55 -05:00
parent cdfcb902e4
commit df448dde6f

View File

@ -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():