--- Sending this to the mailing list so that it eventually will be found when searching for ConnMan and eduroam.
doc/config-format.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/config-format.txt b/doc/config-format.txt index d825070..ae6709b 100644 --- a/doc/config-format.txt +++ b/doc/config-format.txt @@ -149,3 +149,14 @@ Name = my_home_wifi Passphrase = secret IPv4 = 192.168.2.2/255.255.255.0/192.168.2.1 MAC = 06:05:04:03:02:01 + + +Eduroam, https://www.eduroam.org/, is an European University network and +is configured like this: + +example@example:[~]$ cat /var/lib/connman/eduroam.config +[service_eduroam] +Type = wifi +Name = eduroam +EAP = peap +Phase2 = MSCHAPV2 -- 1.8.5.2 _______________________________________________ connman mailing list [email protected] https://lists.connman.net/mailman/listinfo/connman
