wpa supplicant help Hi y'all,
i just downloaded and installed ipw2200 drivers and firmware, no
problems, even scanning works. But my network is protected by WPA-PSK,
so i need wpa_supplicant (or is there any other way?). I downloaded the
sources, created the config file like this:
CONFIG_DRIVER_IPW=y
CONFIG_DRIVER_WEXT=y
# CONFIG_DRIVER_BSD=y
# CONFIG_DRIVER_NDIS=y
CONFIG_WIRELESS_EXTENSION=y
CONFIG_IEEE8021X_EAPOL=y
CONFIG_EAP_MD5=y
CONFIG_EAP_MSCHAPV2=y
CONFIG_EAP_TLS=y
CONFIG_EAP_PEAP=y
CONFIG_EAP_TTLS=y
CONFIG_EAP_GTC=y
CONFIG_EAP_OTP=y
# CONFIG_EAP_SIM=y
# CONFIG_EAP_AKA=y
CONFIG_EAP_PSK=y
CONFIG_EAP_PAX=y
CONFIG_EAP_LEAP=y
and compiled it, then copied the binaries to /usr/local/bin. This is my
/etc/wpa_supplicant.conf:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
ap_scan=1
fast_reauth=1
### Associate with any open access point
### Scans/ESSID changes can be done with wpa_cli
network={
ssid="ssid"
scan_ssid=1
proto=WPA
key_mgmt=WPA-PSK
psk="topsecret"
}
But when i enter
wpa_supplicant -B -i eth1 -c /etc/wpa_supplicant.conf -D ipw -w -dd
it only prints "Daemonize.." and the command prompt appears again,
while nothing is changed in iwconfig. Am i doing anything wrong? Been
searching around forums, but haven't found anything else. Can someone
help me pls? TIA
Mahy |