diff options
author | Jouni Malinen <jouni@codeaurora.org> | 2019-11-28 13:32:56 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2019-11-28 14:39:09 (GMT) |
commit | e0cd7172c2a80616af89e92d24d4852400668c8b (patch) | |
tree | 579f1327aae9bedbf408b4f725c4fb89c96e96e4 | |
parent | ca6a2ac705b3c7ac2d8d0051f032701b296b0c57 (diff) | |
download | hostap-e0cd7172c2a80616af89e92d24d4852400668c8b.zip hostap-e0cd7172c2a80616af89e92d24d4852400668c8b.tar.gz hostap-e0cd7172c2a80616af89e92d24d4852400668c8b.tar.bz2 |
tests: Advertise UTF-8 SSID in DPP-provisioned AP
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
-rw-r--r-- | tests/hwsim/test_dpp.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/hwsim/test_dpp.py b/tests/hwsim/test_dpp.py index e1b25d5..c96aeee 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") |