From: Robert Shade Date: Sun, 11 Nov 2012 14:21:16 +0000 (+0200) Subject: dbus: Do not quote scan_freq and freq_list X-Git-Tag: hostap_2_0~135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99276998fa26d4299825eeafb6386fe1c51f6287;p=thirdparty%2Fhostap.git dbus: Do not quote scan_freq and freq_list scan_freq and freq_list are not parsed by wpa_config_parse_freqs if quoted. Signed-hostap: Robert Shade --- diff --git a/wpa_supplicant/dbus/dbus_new_handlers.c b/wpa_supplicant/dbus/dbus_new_handlers.c index 65f722664..72d1dfa22 100644 --- a/wpa_supplicant/dbus/dbus_new_handlers.c +++ b/wpa_supplicant/dbus/dbus_new_handlers.c @@ -124,7 +124,7 @@ DBusMessage * wpas_dbus_error_invalid_args(DBusMessage *message, static const char *dont_quote[] = { "key_mgmt", "proto", "pairwise", "auth_alg", "group", "eap", "opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path", - "bssid", NULL + "bssid", "scan_freq", "freq_list", NULL }; static dbus_bool_t should_quote_opt(const char *key)