]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
DBus: Update dont_quote[] with ignore_broadcast_ssid parameter
authorYegor Yefremov <yegorslists@googlemail.com>
Thu, 1 Oct 2020 15:52:28 +0000 (17:52 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 7 Oct 2020 17:51:22 +0000 (20:51 +0300)
ignore_broadcast_ssid is supported when using with the config
file. But it generates an error if you try to set it via the
DBus interface.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
wpa_supplicant/dbus/dbus_new_handlers.c

index d1f9607c602d16da46e46618cd7135b3a8c92db7..34abab7527a75005665bcfa6b227317a284214ce 100644 (file)
@@ -139,6 +139,7 @@ static const char * const dont_quote[] = {
        "key_mgmt", "proto", "pairwise", "auth_alg", "group", "eap",
        "bssid", "scan_freq", "freq_list", "scan_ssid", "bssid_hint",
        "bssid_blacklist", "bssid_whitelist", "group_mgmt",
+       "ignore_broadcast_ssid",
 #ifdef CONFIG_MESH
        "mesh_basic_rates",
 #endif /* CONFIG_MESH */