From: Jouni Malinen Date: Sun, 10 Feb 2013 14:27:14 +0000 (+0200) Subject: WPS: Remove 0.5 sec extra wait from NFC handover with nfcpy X-Git-Tag: aosp-kk-from-upstream~575 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84148604227886c5f787a4bd468e37c81d3a5456;p=thirdparty%2Fhostap.git WPS: Remove 0.5 sec extra wait from NFC handover with nfcpy Signed-hostap: Jouni Malinen --- diff --git a/hostapd/wps-ap-nfc.py b/hostapd/wps-ap-nfc.py index 342340d21..e515d6677 100755 --- a/hostapd/wps-ap-nfc.py +++ b/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: diff --git a/wpa_supplicant/examples/wps-nfc.py b/wpa_supplicant/examples/wps-nfc.py index dd0b2fd76..9830a22cb 100755 --- a/wpa_supplicant/examples/wps-nfc.py +++ b/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: