Comment 4 for bug 1439267

Revision history for this message
Romain Fluttaz (botux) wrote :

Is there a way to edit the wpa_supplicant.conf to get a quick fix ?

    network={
    ssid="FreeWifi_secure"
    key_mgmt=WPA-EAP IEEE8021X
    eap=SIM
    priority=5
    }

I've tried to add a conf file in /etc/NetworkManager/system-connections/ with :

    [wifi-security]
    key-mgmt=WPA-EAP IEEE8021X
    eap=sim

without success...

So now I'm looking into /android/system/etc/wifi/ to edit the wpa_supplicant.conf but with the right restricted, I don't know if it's the correct way to add the support for eap-sim...?