WPS: Clear sent_carrier to avoid errors in python script

This is needed to avoid errors when reporting the result of an NFC
connection handover that failed.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
Jouni Malinen 2013-02-24 13:12:32 +02:00 committed by Jouni Malinen
parent d8ed3a075a
commit 03cd173bd8
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ def wps_handover_resp(peer):
print "Trying to handle WPS handover"
srv = HandoverServer()
srv.sent_carrier = None
nfc.llcp.activate(peer);