]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Advertise UTF-8 SSID in DPP-provisioned AP
authorJouni Malinen <jouni@codeaurora.org>
Thu, 28 Nov 2019 13:32:56 +0000 (15:32 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 28 Nov 2019 14:39:09 +0000 (16:39 +0200)
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
tests/hwsim/test_dpp.py

index e1b25d5b93c11ace2d62afad30171167807a1eed..c96aeee048e5da9b99e68353934c1bf9d421d63f 100644 (file)
@@ -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")