[Q] How to enable EAP-SIM on CM10?

Geckø

Member
Oct 12, 2012
11
0
0
Paris
Hi,

i try to enable EAP-SIM support on my Defy+. For the moment i have find only one solution:

Edit wpa_supplicant.conf, founded in /system/etc/wifi/.

I have added this entry at the end of file:
Code:
network={
       ssid="FreeWifi_secure"
       key_mgmt=WPA-EAP IEEE8021X
       eap=SIM
       priority=5
}
Saved the file and reboot my phone. That doesn't work, but it work on many phone. How i can enable EAP-SIM support on my phone or just for one SSID (FreeWifi_secure)?

Thx in advance, Geckø
 
Last edited:

Geckø

Member
Oct 12, 2012
11
0
0
Paris
Hi,

i have found wpa_suppliant.conf in /data/misc/wifi/

When i try to connect on SSID FreeWifi_secure the WIFI application add this into this file:
Code:
network={
   ssid="FreeWifi_secure"
   key_mgmt=WPA-EAP IEEE8021X
   eap=PEAP
   priority=5
}
I have edited this entry and changed eap method to SIM but that doesn't work. I got always fail message and disconnected status.

Actually i think the best way is add SIM into the available options in the wireless setting but i don't find how i can make it :/

Any informations/help are welcome :)

Thx in advance, Geckø