AP mode is working great since r5903, thanks devs!
Now I'm interested in getting WPA-PSK(2) Client mode working.
I noticed in the wpa_supplicant .config files that it's not being compiled with the madwifi driver.
Do I simply uncomment the CONFIG_DRIVER_MADWIFI line or are there other flags/options that need to be set?
There's also a new stable release in town. 0.5.7 was just released on 12/31/2006. Might be worth an upgrade.
Snippet from "/trunk/package/wpa_supplicant/files/config.mipsel"
# Driver interface for generic Linux wireless extensions
CONFIG_DRIVER_WEXT=y
# Driver interface for madwifi driver
#CONFIG_DRIVER_MADWIFI=y
# Change include directories to match with the local setup
#CFLAGS += -I../madwifi/wpa
EDIT: Regarding the config options, just read this portion of the wpa_supplicant readme:
Linux drivers that support WPA/WPA2 configuration with the generic
Linux wireless extensions (WE-18 or newer). Even though there are
number of driver specific interface included in wpa_supplicant, please
note that Linux drivers are moving to use generic wireless extensions
and driver_wext (-Dwext on wpa_supplicant command line) should be the
default option to start with before falling back to driver specific
interface.
(Last edited by KillaB on 2 Jan 2007, 02:21)