Reply
Thread Tools
Posts: 57 | Thanked: 5 times | Joined on Nov 2005 @ Belgium
#1
Hi,

Using the Nokia 770 on wireless networks (protected by WEP and WPA) is working fine. At the company I work however, EAP-TTLS (EAP Tunneled TLS Authentication Protocol) is used. So I wonder if the Nokia 770 is capable of supporting this ?

In fact, I couldn't find this specific protocol; what's currently available is WPA with EAP, with EAP types SIM, TLS and PEAP. However I am looking for EAP type TTLS (meaning 'tunneled TLS', which extends EAP-TLS).

Does anybody now if the is some fix available ?

Cheers, Jan
 
Posts: 114 | Thanked: 11 times | Joined on Oct 2005
#2
I guess you can use wpa_supplicant.
Didn't test this on the N770, but it works on a linux laptop.
[ http://hostap.epitest.fi/wpa_supplicant/ ]

after compiling and installing it, you need to do momething like this:
create the file /etc/wpa_supplicant.conf with:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
ap_scan=1
network={
ssid="your_ssid"
key_mgmt=IEEE8021X
eap=TTLS
identity="user@server"
password="xxxxx"
phase2="auth=PAP"
}

to start it:
wpa_supplicant -D ipw -d -w -i eth1 -c /etc/wpa_supplicant.conf
iwconfig eth1 essid "yousssid" enc open
dhclient eth1

Last edited by lmf; 2006-03-29 at 00:16.
 
Posts: 10 | Thanked: 0 times | Joined on Mar 2006
#3
How can I compile (make) this in 770? I can't find "make" in my 770.

Thanks.
 
Posts: 10 | Thanked: 0 times | Joined on Mar 2006
#4
How can I get a make utility to my 770? Can someone guide me getting this compiled for 770 or if someone already has the ability of creating an deb package for 770 would be fantastic? Please help.

Thanks!
 
aflegg's Avatar
Posts: 1,463 | Thanked: 81 times | Joined on Oct 2005 @ UK
#5
If you look at the SDK documentation on maemo.org you should find the ability to build it on your PC. Building stuff on the 770 is possible, but remarkably difficult for much more than "Hello world".
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 21:31.