Load service entries from configuration files
authorSamuel Ortiz <sameo@linux.intel.com>
Wed, 23 Dec 2009 22:16:41 +0000 (23:16 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 23 Dec 2009 22:30:57 +0000 (14:30 -0800)
commit5d5dd0f33a2f4f1fb282b14d93f9f51eebd82cf2
tree1a96fed55b756ad2d224866e40f291b55265c798
parent13175359d3d87d9510cb3f46481e9bfd49beb49d
Load service entries from configuration files

For IEEE 802.1x networks, the various certificate paths, private key
paths and identities are configured through an external configuration
file. They belong to a "service" group in this file and loaded at
startup.

Any matching service with the corresponding service group will be
provisioned with this configuration. These settings will also be
then propagated to the network structure at connection time.
src/config.c
src/connman.h
src/service.c