From: Jouni Malinen Date: Thu, 30 Jul 2020 17:35:10 +0000 (+0300) Subject: dpp-nfc: Add peer URI into the HS in testing mode X-Git-Tag: hostap_2_10~1062 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e904441c80bc5560ea37f27636234288a1b49fe;p=thirdparty%2Fhostap.git dpp-nfc: Add peer URI into the HS in testing mode This makes it easier to confirm that the correct pair of the HR and the HS were used. Signed-off-by: Jouni Malinen --- diff --git a/wpa_supplicant/examples/dpp-nfc.py b/wpa_supplicant/examples/dpp-nfc.py index ef6370598..e793643e8 100755 --- a/wpa_supplicant/examples/dpp-nfc.py +++ b/wpa_supplicant/examples/dpp-nfc.py @@ -512,6 +512,7 @@ class HandoverServer(nfc.handover.HandoverServer): if test_uri: summary("TEST MODE: Fake processing") res = "OK" + data += " [%s]" % uri else: res = wpas_report_handover_req(uri) if res is None or "FAIL" in res: