You are not logged in.

#1 2017-03-08 14:49:27

Gorgo
Member
From: Parigi
Registered: 2016-11-04
Posts: 5
Website

EAP-SIM and connman / How to connect?

Hi everyone.
I'm looking for how to connect to freeWifi (EAP-SIM auth required via SIM usb reader) with connman.

I know how to connect with wpa_supplicant through a config like this:

network={
  ssid="FreeWifi_secure"
  key_mgmt=WPA-EAP
  eap=SIM
  pcsc=""
  pin="1234"
}

How to accomplish the same with connman config?

Thank you smile


¯\_(ツ)_/¯

Offline

#2 2017-03-08 23:28:00

ajbibb
Member
Registered: 2012-02-12
Posts: 142

Re: EAP-SIM and connman / How to connect?

To do what you want I'm almost positive you need to create a provisioning file in /var/lib/connman.  This would be similar to the provisioning file you would use for Eduroam (https://wiki.archlinux.org/index.php/Co … to_eduroam).  Also check out the man page for connman-service.config. That will give you all the keys you can set in the config file.

Offline

#3 2017-03-09 10:07:39

Gorgo
Member
From: Parigi
Registered: 2016-11-04
Posts: 5
Website

Re: EAP-SIM and connman / How to connect?

Actually in man there is:

EAP=tls | ttls | peap
EAP type to use. Only tls, ttls and peap are supported.

So, is SIM not supported? sad


¯\_(ツ)_/¯

Offline

Board footer

Powered by FluxBB