DBus: Update dont_quote[] with ignore_broadcast_ssid parameter

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>
master
Yegor Yefremov 4 years ago committed by Jouni Malinen
parent 88d3f43bd3
commit aa704020a3

@ -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 */

Loading…
Cancel
Save