mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 04:32:37 +01:00
test: Use StartPin in wps-pin
This commit is contained in:
parent
0789c1cc4c
commit
c64d4f7dcf
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user