projects
/
framework
/
connectivity
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3ecab5
)
service: Use the right network keyword for wps
author
Tomasz Bursztyka
<tomasz.bursztyka@linux.intel.com>
Wed, 25 Apr 2012 05:27:36 +0000
(08:27 +0300)
committer
Marcel Holtmann
<marcel@holtmann.org>
Wed, 25 Apr 2012 06:18:37 +0000
(08:18 +0200)
src/service.c
patch
|
blob
|
history
diff --git
a/src/service.c
b/src/service.c
index
c710ff8
..
1f0807b
100644
(file)
--- a/
src/service.c
+++ b/
src/service.c
@@
-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, "Wi
f
i.UseWPS", wps);
- connman_network_set_string(service->network, "Wi
f
i.PinWPS",
+ connman_network_set_bool(service->network, "Wi
F
i.UseWPS", wps);
+ connman_network_set_string(service->network, "Wi
F
i.PinWPS",
wpspin);
}