I have a little more information and a question for Meanie (or anyone else who might want to help)
I've been going throught the code for wifi-radar with my limited knowledge of Python, and have found one error I was making...
In the "Connection Commands" portion of the Profile, I had been putting iwconfig wlan0 up
in the "Before" box. The program actually does this if you tick the "ifup required" box in Preferences. There is no need to specify in both places, and the connection commands are executed after the ifup piece, so it's probably harmless, just redundant.
My Question:
In running wifi-radar from the command line, the following message keeps repeating every time the program makes an inquiry of the interface:
Warning: Driver for device wlan0 recommended version 18 of Wireless Extensions, but has been compiled with version 16, therefore some driver features may not be available...
I don't know what I can do to resolve this, or even if it has any bearing on my current issues. I did an ipkg upgrade earier today, so everythng should be up-to-date. I have hostap and wps_supplicant versions 0.4.7-1 installed. How that relates to any versions of Wireless Extensions I just don't know. I don't have any ability to compile anything (except what might live on the Zaurus - I have the Full install on a 3200)