DBus: Remove not existing network profile params from dont_quote[]
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>
This commit is contained in:
parent
23d87687c2
commit
26a00ba8bd
1 changed files with 0 additions and 1 deletions
|
@ -137,7 +137,6 @@ DBusMessage * wpas_dbus_error_no_memory(DBusMessage *message)
|
||||||
|
|
||||||
static const char * const dont_quote[] = {
|
static const char * const dont_quote[] = {
|
||||||
"key_mgmt", "proto", "pairwise", "auth_alg", "group", "eap",
|
"key_mgmt", "proto", "pairwise", "auth_alg", "group", "eap",
|
||||||
"opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path",
|
|
||||||
"bssid", "scan_freq", "freq_list", NULL
|
"bssid", "scan_freq", "freq_list", NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue