3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-02 17:38:45 +02:00

test: add AccessPointDiagnostics to monitor-iwd

This commit is contained in:
James Prestwood 2021-01-20 10:30:35 -08:00 committed by Denis Kenzior
parent 4233e0ca3a
commit 0ba811df3c

View File

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