connman's howto's

Howto connect to a WPA-EAP network

Create a config file (<any_name>.config) in /var/lib/connman, with the followinf content:

[service_<any_name>]
Type = wifi
Name = <SSID>
EAP = peap
Phase2 = MSCHAPV2
Identity = <user_name>
Passphrase = <user_password>

where