working ipw2100 WPA patches

Pedro Ramalhais ramalhais at serrado.net
Sun Aug 29 14:06:23 EDT 2004


Hi James and Jouni!
Here are newer WPA patches that work at least with TKIP.
These were tested by mrverbose on IRC, his AP only supports TKIP.
I provide a hostap tar.gz because the CVS got modified, i'll provide a
patch for current hostap CVS later.
The ipw2100 isn't cleaned up yet, i'll send a cleaner version later.

hostap:
http://www.uninova.pt/~pmr/files/WPA/hostap-wpa_supplicant-CVS-ipw2100-4.tar.gz
tar zxvf hostap-wpa_supplicant-CVS-ipw2100-4.tar.gz
cd hostap-ipw2100-4/wpa_supplicant
make

create a file /etc/wpasupplicant.conf:
-- CUT HERE --
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
ap_scan=1
network={
        ssid="wpa-test"
        proto=WPA
        key_mgmt=WPA-PSK
        pairwise=CCMP TKIP
        group=CCMP TKIP WEP104 WEP40
    psk=0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef
        priority=2
}
-- CUT HERE --

then run wpa_supplicant with debug turned on, else it won't work (don't
know why it doesn't work with debug turned off).

./wpa_supplicant -dd -ieth1 -c/etc/wpa_supplicant.conf -Dipw2100


ipw2100:
http://www.uninova.pt/~pmr/files/WPA/ipw2100-0.53-WPA-pre3.1.diff
this patch is against a vanilla ipw2100-0.53, you might want to apply
the shared_irq patch to it.

Happy testing!
-- 
Pedro Ramalhais <ramalhais at serrado.net>




More information about the HostAP mailing list