Just to let others know, WPA_supplicant hack do not work for me in the new fw 3.1. It connects and immediately disconnects. After adding the "fast_reauth=0" to wpa_supplicant.conf it stays on and wpa_cli status says:
Code:
Selected interface 'wlan0'
bssid=00:24:97:10:34:e0
ssid=eduroam
id=0
pairwise_cipher=TKIP
group_cipher=TKIP
key_mgmt=WPA2/IEEE 802.1X/EAP
wpa_state=COMPLETED
mac_address=28:EF:01:33:A7:F1
Supplicant PAE state=AUTHENTICATED
suppPortStatus=Authorized
EAP state=SUCCESS
selectedMethod=25 (EAP-PEAP)
EAP TLS cipher=AES256-SHA
EAP-PEAPv0 Phase2 method=MSCHAPV2
But the interface does not get an IP. After udhcpc -i wlan0 I get an IP that looks fine, but route is:
Code:
195.113.92.0 0.0.0.0 255.255.254.0 U 0 0 0 wlan0
So no gateway and the default internet connection is through 3G anyway.
I am really no good in networks on Linux. Would anybody be willing to give a hand?