main: Add 'PreferredTechnologies' configuration file option
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Thu, 5 Apr 2012 19:38:40 +0000 (22:38 +0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Wed, 11 Apr 2012 12:25:29 +0000 (15:25 +0300)
commiteba34e417eed53447b02e8194e2455b84d8d9fbe
tree583edfac3fb7be8f78bdadb2aac5e90cda2f1601
parent167aab8ef44d0a601d20f7f77e5e969689582ca8
main: Add 'PreferredTechnologies' configuration file option

The main.conf 'PreferredTechnologies' is a list of service
type strings but converted to a list of service type enums.
Thus the configuration option is accessible via the function
connman_setting_get_uint_list().
src/main.c