technology: Refactor enable/disable APIs
authorAlok Barsode <alok.barsode@linux.intel.com>
Wed, 24 Aug 2011 13:44:07 +0000 (16:44 +0300)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 25 Aug 2011 09:14:20 +0000 (11:14 +0200)
commit16a3c81f6e336ebc5aed1e1462002833aaebc4fa
tree1ffd4137722e05dd1f9c105dd451181d1886b080
parentef9c42ac21606bed83eb51c91f110a3aa228690d
technology: Refactor enable/disable APIs

connman_technology_enable: Enable a technology. Enables all the
devices in the device_list of the technology.
connman_technology_enabled: Callback for connman_technology_enable.
Changes the state of the technology to ENABLED.
Ditto for connman_technology_disable/connman_technology_disabled.
src/connman.h
src/device.c
src/manager.c
src/technology.c