In pdaxii13 I had everything working just fine.
I created a wpa_supplicant.conf in /etc with just the bare essential information (after mv-ing the existing one)
#/etc/wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
ap_scan=1
fast_reauth=1
network={
ssid="MySSID"
proto=WPA
pairwise=TKIP
psk=AC373C7C9925130F0734CA01D333485BF1001DD47F1D8F48B21AEC4F4A655C57
priority=1
}
Then I installed the hostap 0.4.7 and wpa_supplicant 0.4.7 files. I don't know why this was necessary, but there seems to be something wrong with the installed ones.
I used the LAN & Wifi applet to set up just the SSID for my network and then edited /etc/pcmcia/network.opts to add WPA="y" under my network. (I don't know if this is necessary.)
Then I set up my network in wifi-radar, forcing it to use wlan0, and specifying hostap under WPA and it all worked!
BUT.....
I had some sort of disaster and could not get any programs to work, so I tried restoring the Zaurus from the backup I had made a few days ago. The backup wouldn't install - something wrong with initrd.bin
SO.....
I did a clean install of pdaXii13 5.4.9 and upgraded it to pdaXiiv2
wifi-radar now does not work. It gives:
Traceback (most recent call last):
File "/usr/local/bin/wifi-radar", line 1580, in ?
auto_profile_order = auto_profile_order.split(',')
AttributeError: 'list' object has no attribute 'split'
(I typed that, I hope it's exact :-)
AND NOW......
I can still get connected to my AP with the following commands:
#ifconfig wlan0 up
#wpa_supplicant -Dhostap -iwlan0 -c/etc/wpa_supplicant.conf -B
#dhcpcd wlan0
I hope that helps you get connected.
If anyone can help me with getting wifi-radar to work, I'd be grateful.
Walt