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:
parent
c751519d2c
commit
3968d36a46
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user