Hi Patrik,

> > Adding a global section seems to change nothing.
> > [global]
> 
> Reading the code in src/config.c, load_config() reveals that the
> [global] section was not mandatory to have.
> 
> > [service_dunasyswifi]
> > Type=wifi
> > SSID=MY_WIFI
> > Passphrase=secret
> 
> In the same file, load_service() expects SSID to be in hexadecimal
> notation only. If there is no SSID field, a 'Name' field in plain text
> is used instead. I think it should work right away if you add:
> 
> [service_dunasyswifi]
> Type=wifi
> Name=MY_WIFI
> Passphrase=secret
> 
> The documentation is obviously buggy when compare with the actual code.
> I'll fix that.

in which way is it buggy?

> > On the contrary if I create a /var/lib/connman/default.profile file 
> 
> This works because ConnMan migrates the old default.profile to the new
> setup into separate directories.

We should have removed the support for default.profile for 1.0. At least
lets start by deleting default.profile once we converted it.

Regards

Marcel


_______________________________________________
connman mailing list
connman@connman.net
http://lists.connman.net/listinfo/connman

Reply via email to