View Single Post
Posts: 323 | Thanked: 180 times | Joined on Oct 2009 @ Gent, Belgium
#1
Hi,
I'm trying to connect my N900 to the IBM Power9 network via Wifi.
IBM internally uses the LEAP-WPA2 protocol and whatever I try (as this specific combination is not standard available in the N900 wifi connection software), it doesn't work.

On my Ubuntu laptop, running the Wicd connection manager, I had to add this Wicd profile template file to get it working, so something similar I need for Maemo5/N900 :

Code:
name = WPA2-LEAP
author =
version = 1
require username *Username password *Password
-----
ctrl_interface=/var/run/wpa_supplicant
network={
    ssid="$_ESSID"
    scan_ssid=$_SCAN
    auth_alg=LEAP
    key_mgmt=WPA-EAP
    proto=WPA2
    pairwise=CCMP TKIP
    group=CCMP TKIP
    eap=LEAP
    identity="$_USERNAME"
    password="$_PASSWORD"
}
Anyone have an idea to implement something similar on the N900 ? Or would I be better of firing of a bug report ?

I've been seaching through t.m.o. but I've not found any recent or successfull info.

Thanks,
Geert