mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 09:39:25 +01:00
test: Add additional interfaces to monitor-iwd
This commit is contained in:
parent
3628003296
commit
b2045a309b
@ -60,7 +60,11 @@ def properties_changed(interface, changed, invalidated, path):
|
||||
relevant_ifaces = [ "net.connman.iwd.Device",
|
||||
"net.connman.iwd.Adapter",
|
||||
"net.connman.iwd.WiFiSimpleConfiguration",
|
||||
"net.connman.iwd.Network" ]
|
||||
"net.connman.iwd.AccessPoint",
|
||||
"net.connman.iwd.AdHoc",
|
||||
"net.connman.iwd.Network",
|
||||
"net.connman.iwd.AgentManager",
|
||||
"net.connman.iwd.KnownNetwork" ]
|
||||
|
||||
def interfaces_added(path, interfaces):
|
||||
for iface, props in interfaces.items():
|
||||
|
Loading…
Reference in New Issue
Block a user