Browse Source

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

Signed-hostap: Jouni Malinen <j@w1.fi>
Jouni Malinen 12 years ago
parent
commit
8414860422
2 changed files with 0 additions and 2 deletions
  1. 0 1
      hostapd/wps-ap-nfc.py
  2. 0 1
      wpa_supplicant/examples/wps-nfc.py

+ 0 - 1
hostapd/wps-ap-nfc.py

@@ -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:

+ 0 - 1
wpa_supplicant/examples/wps-nfc.py

@@ -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: