3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-21 22:09:23 +01:00

test: Update dbus interface name in scan-for-networks

This commit is contained in:
Andrew Zaborowski 2019-03-28 22:04:17 +01:00 committed by Denis Kenzior
parent c751519d2c
commit 3968d36a46

View File

@ -10,5 +10,5 @@ if (len(sys.argv) != 2):
bus = dbus.SystemBus()
device = dbus.Interface(bus.get_object("net.connman.iwd", sys.argv[1]),
"net.connman.iwd.Device")
"net.connman.iwd.Station")
device.Scan()