![]() |
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 |
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 |
:confused: How can I compile (make) this in 770? I can't find "make" in my 770.
Thanks. |
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! |
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