Hi,<br><br>I'm running wpa_supplicant on windows XP with Intel Pro/Wireless 3945abg notebook adapter.<br><br>I have 2 linksys access points (WRT54GL), both belong to same ssid, wpa_supplicant is configured as follows -<br>
<br><------------------------------------------- START<br>ap_scan=2<br>network={<br> ssid="linksis-wpa2-ttls"<br> key_mgmt=WPA-EAP<br> proto=WPA2<br> pairwise=CCMP<br> eap=TTLS<br> identity="user"<br>
ca_cert="c:\ca.der"<br> client_cert="c:\client.der"<br> private_key="c:\clientkey.der"<br> private_key_passwd="whatever"<br> password="testing"<br>}<br><br>
END ------------------------------------><br><br>wpa_supplicant successfully manages to associate using eap-ttls with both APS, but I notice while reassociating with either of the APs, even though the association request carries valid PMKID in RSN IE, AP chooses to do complete EAP-TTLS instead of skipping PMKSA. But it does NOT behave this way when I have only one AP running, it honors the pmkid carried in the association request and skips the PMKSA jumping directly to PTKSA.<br>
<br>I inted to do fast hand-off but since AP chooses to do complete EAP-TTLs, I fail to perform that. What could be a issue out here?<br><br>Thanks<br>- Paresh<br><br>