WPS: Remove 0.5 sec extra wait from NFC handover with nfcpy

Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2013-02-10 16:27:14 +02:00
parent dc6bda1123
commit 8414860422
2 changed files with 0 additions and 2 deletions

View file

@ -92,7 +92,6 @@ def wps_handover_init(peer):
print "Parsed handover request: " + message.pretty() print "Parsed handover request: " + message.pretty()
nfc.llcp.activate(peer); nfc.llcp.activate(peer);
time.sleep(0.5)
client = nfc.handover.HandoverClient() client = nfc.handover.HandoverClient()
try: try:

View file

@ -78,7 +78,6 @@ def wps_handover_init(peer):
print "Parsed handover request: " + message.pretty() print "Parsed handover request: " + message.pretty()
nfc.llcp.activate(peer); nfc.llcp.activate(peer);
time.sleep(0.5)
client = nfc.handover.HandoverClient() client = nfc.handover.HandoverClient()
try: try: