Click to See Complete Forum and Search --> : anybody has madwifi working with WPA-PSK?


DimGR
06-26-2005, 10:51 PM
if yes do you see something wrong in my configs?


interfaces file ( i think there is something wrong here)




auto lo
auto ath0
iface ath0 inet dhcp
pre-up /usr/sbin/wpa_supplicant -Dmadwifi -iath0 -c/etc/network/wpa_supplicant.conf -B





and wpa_sup.conf



ctrl_interface=/var/run/wpa_supplicant
network={
ssid="xxxxxxx"
key_mgmt=WPA-PSK
proto=WPA
psk="xxxxxx"
}






and before i forget:)



ethtool -i ath0
driver: ath_pci
version: 0.9.4.12 (EXPERIMENTA

Hayl
06-26-2005, 11:35 PM
did you really name the file "wpa_sup.conf" or is that a typo because when you are calling it in pre-up, you are calling "wpa_supplicant.conf"

DimGR
06-26-2005, 11:38 PM
it is a typo:)

DimGR
06-29-2005, 11:48 AM
well , i got it to work .

i had to compile from source the -BSD version of the madwifi driver and i also used a pre compiled wpasupplicant package that was compiled with BSD in mind

So now madwifi and wpa-psk work excellent