mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 17:59:25 +01:00
test: add AccessPointDiagnostics to monitor-iwd
This commit is contained in:
parent
4233e0ca3a
commit
0ba811df3c
@ -65,7 +65,8 @@ relevant_ifaces = [ "net.connman.iwd.Device",
|
|||||||
"net.connman.iwd.Network",
|
"net.connman.iwd.Network",
|
||||||
"net.connman.iwd.AgentManager",
|
"net.connman.iwd.AgentManager",
|
||||||
"net.connman.iwd.KnownNetwork",
|
"net.connman.iwd.KnownNetwork",
|
||||||
"net.connman.iwd.Station" ]
|
"net.connman.iwd.Station",
|
||||||
|
"net.connman.iwd.AccessPointDiagnostic"]
|
||||||
|
|
||||||
def interfaces_added(path, interfaces):
|
def interfaces_added(path, interfaces):
|
||||||
for iface, props in interfaces.items():
|
for iface, props in interfaces.items():
|
||||||
|
Loading…
Reference in New Issue
Block a user