Quote (andrewb @ Feb. 10 2008,21:39) |
Looking at what you are doing I notice that you assign the SSID with iwconfig after wpa_supplicant is run. I execute these two commands in the reverse order. I'm not sure the ssid line in the wpa_supplicant.conf file assigns the ssid, I think it is there to identify which ssid that particular block of the file belongs to. If this is so this may be why you are having problems. Try running the iwconfig wlan0 essid <ssid> command before wpa_supplicant. |
Code Sample |
modprobe ndiswrapper iwconfig wlan0 essid <ssid> /usr/sbin/wpa_supplicant -B -dd -c /opt/wpa.conf -i wlan0 -D ndiswrapper iwconfig wlan0 essid <ssid> pkill pump pump -i wlan0 |