Lines Matching refs:WPAS_DBUS_NETWORK
40 WPAS_DBUS_NETWORK = "fi.w1.wpa_supplicant1.Network" variable
171 props = net_obj.GetAll(WPAS_DBUS_NETWORK,
173 logger.debug("GetAll(%s, %s): %s" % (WPAS_DBUS_NETWORK, res[0], str(props)))
194 props = net_obj.GetAll(WPAS_DBUS_NETWORK,
1748 net_obj.Set(WPAS_DBUS_NETWORK, "Properties", args,
1758 net_obj.Set(WPAS_DBUS_NETWORK, "Properties", args,
1879 res = net_obj.Get(WPAS_DBUS_NETWORK, "Enabled",
1883 net_obj.Set(WPAS_DBUS_NETWORK, "Enabled", dbus.Boolean(True),
1885 res = net_obj.Get(WPAS_DBUS_NETWORK, "Enabled",
1889 net_obj.Set(WPAS_DBUS_NETWORK, "Enabled", dbus.Boolean(False),
1891 res = net_obj.Get(WPAS_DBUS_NETWORK, "Enabled",
1896 net_obj.Set(WPAS_DBUS_NETWORK, "Enabled", dbus.UInt32(1),
1904 net_obj.Set(WPAS_DBUS_NETWORK, "Properties", args,
1906 res = net_obj.Get(WPAS_DBUS_NETWORK, "Properties",
1946 net_obj.Get(WPAS_DBUS_NETWORK, "Properties",