Thursday, February 10, 2011

Android Enterprise (802.1x) EAP Wireless Connection

(1) Add the following network definition to /data/misc/wifi/wpa_supplicant.conf

network={ ssid="ssidname"
scan_ssid=1
key_mgmt=IEEE8021X
eap=TTLS
identity="wfiusername"
password="wifipassword"
phase2="auth=PAP"
priority=1
}

or

network={
ssid=""
scan_ssid=1
eap=PEAP
identity=""
password=""
phase2="auth=MSCHAPV2"
}

(2) Change ownership:
i. su root
ii. cd /data/misc/wifi
iii. chown system.wifi wpa_supplicant.conf



2 comments:

Marcelo Gonçalves d'Avila said...

I waas able to add the network as you posted, but i dont know where sould i put the second step. su root ....
can u halp me?

Shenbo Yu said...

If you have a root access on your device, can you goto /data/misc/wifi via "cd /data/misc/wifi" and then modify /data/misc/wifi/wpa_supplicant.conf, and change modifies permissions by "chown system.wifi wpa_supplicant.conf"?

Followers

Blog Archive

About Me

My photo
HD Multimedia Technology player