session more service oriented

2012-06-26 Thread Frederic . Wolff
Hello all, First of all this is my first message onto this mailing list but I hope to be at the right place to ask. I am currently involved in connectivity part of a automotive project based on Genivi thus connman I try to figure out how different (3rd party or not) applications are able to

[PATCH 0/2] Enable hidden AP provisioning

2012-06-26 Thread Jukka Rissanen
Hi, currently it is not possible to provision a hidden AP. This patchset enables user to create a config file and mark the AP as hidden one and ConnMan is able to connect to it. Cheers, Jukka Jukka Rissanen (2): config: Add support for hidden AP provisioning doc: Hidden AP provisioning

[PATCH 1/2] config: Add support for hidden AP provisioning

2012-06-26 Thread Jukka Rissanen
--- Makefile.am |2 +- include/provision.h | 51 + plugins/wifi.c | 78 ++- src/config.c| 76 + 4 files changed, 193 insertions(+), 14

[PATCH 2/2] doc: Hidden AP provisioning information added

2012-06-26 Thread Jukka Rissanen
--- doc/config-format.txt |2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/config-format.txt b/doc/config-format.txt index 4f76832..d8146be 100644 --- a/doc/config-format.txt +++ b/doc/config-format.txt @@ -53,6 +53,8 @@ Allowed fields: Prefix the value with EAP- to indicate the

[PATCH] wifi: Debug print fixed

2012-06-26 Thread Jukka Rissanen
Convert a warn message to debug one because it is printed too often to be usefull as a warning message. --- The patch requires that the Enable hidden AP provisioning patchset is applied first. Cheers, Jukka plugins/wifi.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] gweb: Use g_try_realloc instead of g_realloc

2012-06-26 Thread Jukka Rissanen
--- gweb/gresolv.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gweb/gresolv.c b/gweb/gresolv.c index cd5a5bf..e93bf4f 100644 --- a/gweb/gresolv.c +++ b/gweb/gresolv.c @@ -607,8 +607,10 @@ static void add_result(struct resolv_lookup *lookup, int family,

Re: session more service oriented

2012-06-26 Thread Patrik Flykt
Hi, On Tue, 2012-06-26 at 09:31 +0200, frederic.wo...@continental-corporation.com wrote: What is the best way currently with connman (as part of Genivi) to achieve service preference by application ? Could you start with clarifying Genivi use cases to us? Without them we really can't

Re: session more service oriented

2012-06-26 Thread Daniel Wagner
Hi Frederic, On 26.06.2012 15:33, frederic.wo...@continental-corporation.com wrote: frederic.wo...@continental-corporation.com wrote: What is the best way currently with connman (as part of Genivi) to achieve service preference by application ? Could you start with clarifying Genivi use