tests: Advertise UTF-8 SSID in DPP-provisioned AP
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
ca6a2ac705
commit
e0cd7172c2
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue