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:
parent
d8ed3a075a
commit
03cd173bd8
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue