I'm trying to configure wpa_supplicant (0.4.5) on Ubuntu 5.10. I have
it working with my home access point using WPA (WPA-PSK with TKIP) but
I'm having troubles configuring it for work. The AP at work is using
WPA with TKIP, EAP/LEAP for radius authentication (windows 2000 domain
authentication to a windows 2000 radius server). <br><br>I can see the AP but cannot connect. Here is the outpt of wpa_supplicant with the option -dd.<br><br>Received 639 bytes of scan results (3 BSSes)<br>Scan results: 3
<br>Selecting BSS from priority group 0<br>0: 00:0f:66:75:3e:e1 ssid='CE' wpa_ie_len=24 rsn_ie_len=0 caps=0x11
<br> skip - SSID mismatch<br> skip - SSID mismatch<br> skip - key mgmt mismatch<br> skip - SSID mismatch<br> skip - SSID mismatch<br>1: 00:a0:f8:a7:1f:73 ssid='28270506' wpa_ie_len=0 rsn_ie_len=0 caps=0x11<br> skip - no WPA/RSN IE
<br>2: 00:a0:f8:a7:1f:a7 ssid='28270506' wpa_ie_len=0 rsn_ie_len=0 caps=0x11<br> skip - no WPA/RSN IE<br>No suitable AP found.<br><br><br>Here is my config for the AP (from /etc/wpa_supplicant.conf)<br><br>network={<br>
ssid="CE"<br> key_mgmt=IEEE8021X<br> eap=PEAP<br> phase2="auth=MSCHAPV2"<br>}<br><br>What is wrong in my config? How do I get this working?