View Single Post
Old 03-12-2013, 01:26 PM   #1
goOpen
Junior Member
goOpen began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Mar 2013
Device: Pocketbook Pro 912
Connect to 802.1x WPA-EAP (PAP) network

Hello there!
I'm a new and happy user of the Pocketbook Pro 912 with the latest firmware (2.1.3).
I'm now trying to connect to my university's network (eduroam). The GUI does not really succeed in doing it, what I find on google, though, is to try wpa_supplicant. Unfortunately I cannot see it in the filesystem so I'm not sure if this way still applies or if somehow the network.cfg file is the right place to go.

What I need, basically is to connect to a network like that one (from my ubuntu network-manager file):

[connection]
id=eduroam
uuid=##############
type=802-11-wireless

[802-11-wireless]
ssid=eduroam
mode=infrastructure
mac-address=##########
security=802-11-wireless-security

[802-1x]
eap=ttls;
identity=######@uva.nl
phase2-auth=pap
password=#######

[ipv4]
method=auto

[802-11-wireless-security]
key-mgmt=wpa-eap
auth-alg=open

Anyone a clue?

Thank you very much in advance!
goOpen is offline   Reply With Quote