3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 10:29:03 +02:00

test: Use StartPin in wps-pin

This commit is contained in:
Denis Kenzior 2017-02-22 17:11:42 -06:00
parent 0789c1cc4c
commit c64d4f7dcf

View File

@ -16,3 +16,5 @@ if (len(sys.argv) == 3):
else: else:
pin = wsc.GeneratePin() pin = wsc.GeneratePin()
print("Please use '%s' as the PIN" % (pin)) print("Please use '%s' as the PIN" % (pin))
wsc.StartPin(pin, timeout=125)