From 6e904441c80bc5560ea37f27636234288a1b49fe Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Thu, 30 Jul 2020 20:35:10 +0300 Subject: [PATCH] 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 --- wpa_supplicant/examples/dpp-nfc.py | 1 + 1 file changed, 1 insertion(+) 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: -- 2.47.2