From: Jouni Malinen Date: Thu, 28 Nov 2019 13:32:56 +0000 (+0200) Subject: tests: Advertise UTF-8 SSID in DPP-provisioned AP X-Git-Tag: hostap_2_10~2200 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0cd7172c2a80616af89e92d24d4852400668c8b;p=thirdparty%2Fhostap.git tests: Advertise UTF-8 SSID in DPP-provisioned AP Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_dpp.py b/tests/hwsim/test_dpp.py index e1b25d5b9..c96aeee04 100644 --- a/tests/hwsim/test_dpp.py +++ b/tests/hwsim/test_dpp.py @@ -1624,6 +1624,7 @@ def update_hapd_config(hapd): logger.info("Update AP configuration to use key_mgmt=DPP") hapd.disable() hapd.set("ssid", ssid) + hapd.set("utf8_ssid", "1") hapd.set("wpa", "2") hapd.set("wpa_key_mgmt", "DPP") hapd.set("ieee80211w", "2")