dbus: Set ProcessCredentials to get WPS Credential signal

This commit is contained in:
Jouni Malinen 2010-01-01 23:04:27 +02:00
parent 1701996209
commit 2fd13f1bae

View file

@ -65,9 +65,10 @@ def main():
ifname = sys.argv[1]
path = wpas.GetInterface(ifname)
global if_obj
if_obj = bus.get_object(WPAS_DBUS_SERVICE, path)
global iface
if_obj.Set(WPAS_DBUS_WPS_INTERFACE, 'ProcessCredentials',
dbus.Boolean(1),
dbus_interface=dbus.PROPERTIES_IFACE)
wps = dbus.Interface(if_obj, WPAS_DBUS_WPS_INTERFACE)
wps.Start({'Role': 'enrollee', 'Type': 'pbc'})