3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 02:18:49 +02:00

test: update force-roam to use Debug interface

This commit is contained in:
James Prestwood 2021-08-12 12:07:23 -07:00 committed by Denis Kenzior
parent 77c4d311ff
commit 7321705e90

View File

@ -9,7 +9,7 @@ if (len(sys.argv) != 3):
bus = dbus.SystemBus() bus = dbus.SystemBus()
device = dbus.Interface(bus.get_object("net.connman.iwd", sys.argv[1]), 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(':', '') mac = sys.argv[2].replace(':', '')