service: Use the right network keyword for wps
authorTomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
Wed, 25 Apr 2012 05:27:36 +0000 (08:27 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 25 Apr 2012 06:18:37 +0000 (08:18 +0200)
src/service.c

index c710ff8..1f0807b 100644 (file)
@@ -4416,8 +4416,8 @@ static void request_input_cb (struct connman_service *service,
        if (err < 0)
                goto done;
        if (service->network != NULL) {
-               connman_network_set_bool(service->network, "Wifi.UseWPS", wps);
-               connman_network_set_string(service->network, "Wifi.PinWPS",
+               connman_network_set_bool(service->network, "WiFi.UseWPS", wps);
+               connman_network_set_string(service->network, "WiFi.PinWPS",
                                                wpspin);
        }