maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   General (https://talk.maemo.org/forumdisplay.php?f=7)
-   -   Support for EAP-TTLS ? (https://talk.maemo.org/showthread.php?t=1703)

janjansenbe 2006-03-28 20:40

Support for EAP-TTLS ?
 
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

lmf 2006-03-29 00:05

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

ad_srn 2006-03-31 03:58

:confused: How can I compile (make) this in 770? I can't find "make" in my 770.

Thanks.

ad_srn 2006-04-01 17:23

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 2006-04-02 07:43

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".


All times are GMT. The time now is 10:27.

vBulletin® Version 3.8.8