User Tools

Site Tools


connman
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
connman [2018/05/22 10:33] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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:
 +<code>
 +[service_<any_name>]
 +Type = wifi
 +Name = <SSID>
 +EAP = peap
 +Phase2 = MSCHAPV2
 +Identity = <user_name>
 +Passphrase = <user_password>
 +</code>
 +
 +where
 +  * ''<any_name>'' is a unique identifier among the services in the config file,
 +  * ''<SSID>'' is the SSID of the network you want to connect to,
 +  * ''<user_name>'' and ''<user_password>'' are the credentials for the user to access the network.
connman.txt · Last modified: 2018/05/22 10:33 by 127.0.0.1