mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-19 02:39:29 +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:
|
||||
pin = wsc.GeneratePin()
|
||||
print("Please use '%s' as the PIN" % (pin))
|
||||
|
||||
wsc.StartPin(pin, timeout=125)
|
||||
|
Loading…
Reference in New Issue
Block a user