]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
DBus: Remove not existing network profile params from dont_quote[]
authorJouni Malinen <j@w1.fi>
Wed, 25 Dec 2019 10:26:33 +0000 (12:26 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 25 Dec 2019 10:26:33 +0000 (12:26 +0200)
These parameters are global parameters, not network profile parameters,
and as such, do not below in dont_quote[] which is used to determine
whether a network profile parameter needs to be quoted.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/dbus/dbus_new_handlers.c

index 258209259e71cab2e893046c79965d32f9f03dea..813d3d85ff322819275263698b415ff676602091 100644 (file)
@@ -137,7 +137,6 @@ DBusMessage * wpas_dbus_error_no_memory(DBusMessage *message)
 
 static const char * const dont_quote[] = {
        "key_mgmt", "proto", "pairwise", "auth_alg", "group", "eap",
-       "opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path",
        "bssid", "scan_freq", "freq_list", NULL
 };