Fix to handle scan events initiated by wpa_supplicant
[platform/upstream/connman.git] / test / show-introspection
index 20e8a50..4b6450f 100755 (executable)
@@ -12,9 +12,9 @@ print object.Introspect()
 manager = dbus.Interface(bus.get_object("net.connman", "/"),
                                        "net.connman.Manager")
 
-properties = manager.GetProperties()
+technologies = manager.GetTechnologies()
 
-for path in properties["Technologies"]:
+for path, properties in technologies:
        object = dbus.Interface(bus.get_object("net.connman", path),
                                        "org.freedesktop.DBus.Introspectable")