Hi, this v3 contains following fixes:
The doc patch is now first in the set. I reworked the config file reading so that it can be applied before the other patches in #2. I changed the name of the struct introduced in provision.h. The hash traversing is done a bit differently, we allocate more entries in one go. Also there is now a function to free the allocated entries in patch #3. The patch #4 refactors the for loop so there is no more goto's there. Patch #5 changes a warn message to debug one. Cheers, Jukka Jukka Rissanen (5): doc: Hidden AP provisioning information added config: Read hidden AP information from config file config: Get configurations that are provisioned wifi: Scan all hidden and provisioned AP wifi: Debug print fixed Makefile.am | 2 +- doc/config-format.txt | 2 ++ include/provision.h | 52 ++++++++++++++++++++++++++++ plugins/wifi.c | 74 ++++++++++++++++++++++++++++++++-------- src/config.c | 90 +++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 205 insertions(+), 15 deletions(-) create mode 100644 include/provision.h -- 1.7.9.5 _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
