NFC: Workaround nfcpy message debug exception
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 13 Feb 2014 14:14:04 +0000 (16:14 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 13 Feb 2014 14:37:43 +0000 (16:37 +0200)
commit7ae7a84eefd43ed9385e2f8f520a918468f87178
tree6e60527c77bc393f9aab809bce1c7568cc1639bb
parent6ceb95c950f195322858f7c5dee69b6ab26f31a3
NFC: Workaround nfcpy message debug exception

The current nfcpy version does not support new WSC connection handover
message format and the handover server fails to process the request due
to a debug print. As a temporary workaround, override
HandoverServer::_process_request() with a version that avoids pretty()
print of the handover messages. This can be removed once nfcpy has been
updated to support the new format.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
hostapd/wps-ap-nfc.py
wpa_supplicant/examples/p2p-nfc.py
wpa_supplicant/examples/wps-nfc.py