nono.... forget the wpa_supplicant.ath0 in /var/run
this is created in runtime.
do... #> ifdown ath0
go to /etc/wpa_supplicant and edit wpa_supplicant.conf
do something like this
Code:
ctrl_interface=/var/run/wpa_supplicant
eapol_version=1
ap_scan=1
network={
ssid="YOUR_NETWORK_NAME"
scan_ssid=1
proto=RSN #this is for WPA2, use proto=WPA for wpa personal
pairwise=CCMP TKIP #this is for WPA2, use or CCMP (aes) or TKIP
key_mgmt=WPA-PSK
psk="YOUR_PASSWORD"
}
when done, (ath0 is still down) do
#> wpa_supplicant -Dmadwifi -iath0 -c/etc/wpa_supplicant/wpa_supplicant.conf
that would do...
post results.
Bookmarks