service: Connecting hidden network waits until connected
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Fri, 15 Jun 2012 13:00:21 +0000 (16:00 +0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Mon, 18 Jun 2012 07:57:08 +0000 (10:57 +0300)
commitfc41a18566f0bb753fd8ce35873d1442942f464c
treef198bceea5eac8f186f15fd13eae23b9c1e13b11
parent3ca789e446848eed6ca3c00af080cd737d115dcb
service: Connecting hidden network waits until connected

If the user is connecting to hidden network, then we delay the
return of the reply to caller until the real service has connected.

This way the user connect to hidden and non-hidden networks works
the same way from caller point of view.
include/device.h
include/network.h
plugins/wifi.c
src/connman.h
src/device.c
src/network.c
src/service.c