mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
WPS: Remove 0.5 sec extra wait from NFC handover with nfcpy
Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
dc6bda1123
commit
8414860422
@ -92,7 +92,6 @@ def wps_handover_init(peer):
|
||||
print "Parsed handover request: " + message.pretty()
|
||||
|
||||
nfc.llcp.activate(peer);
|
||||
time.sleep(0.5)
|
||||
|
||||
client = nfc.handover.HandoverClient()
|
||||
try:
|
||||
|
@ -78,7 +78,6 @@ def wps_handover_init(peer):
|
||||
print "Parsed handover request: " + message.pretty()
|
||||
|
||||
nfc.llcp.activate(peer);
|
||||
time.sleep(0.5)
|
||||
|
||||
client = nfc.handover.HandoverClient()
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user