mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
test: update force-roam to use Debug interface
This commit is contained in:
parent
77c4d311ff
commit
7321705e90
@ -9,7 +9,7 @@ if (len(sys.argv) != 3):
|
||||
|
||||
bus = dbus.SystemBus()
|
||||
device = dbus.Interface(bus.get_object("net.connman.iwd", sys.argv[1]),
|
||||
"net.connman.iwd.StationDiagnostic")
|
||||
"net.connman.iwd.StationDebug")
|
||||
|
||||
mac = sys.argv[2].replace(':', '')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user