wpa_supplicant + ndiswrapper + WPA-PSK-AP

Jouni Malinen jkmaline
Sun Apr 3 15:49:33 PDT 2005


On Sun, Apr 03, 2005 at 04:10:40PM -0400, Neville Chandler wrote:

> I have a Dell TrueMobile 1300 in a Dell laptop which works quite well 
> with ndiswrapper-1.1 if encryption is disabled. However, I've been 
> unsuccessful with WPA (using  wpa_supplicant -0.3.8 ).  The AP  ( WRT54G 
> with Firmware Version: v3.01.3 )  is configured for  WPA PSK TKIP and is 
> never found.  

Have you enabled SSID hiding ("disable broadcast SSID")?

> #/usr/local/src/wireless/wpa_supplicant-0.3.8/.config
> #
> CONFIG_WIRELESS_EXTENSION=y
> CONFIG_DRIVER_NDISWRAPPER=y
> CONFIG_CTRL_IFACE=y
> CONFIG_EAP_PSK=y

Please note that EAP-PSK is not WPA-PSK and you most likely do not need
EAP-PSK (CONFIG_EAP_PSK). WPA-PSK is enabled automatically without any
configuration parameter in .config.

> ap_scan=1
> 
> network={
>        ssid="Test"
>        scan_ssid=1

Please note that ndiswrapper does not support scan_ssid=1. If you are
using hidden SSID, please try ap_scan=2 mode and remove this
scan_ssid=1. For ap_scan=2, you will need to explicitly configure the
correct mode, i.e., set pairwise to match with the setup that the AP is
using (either CCMP or TKIP, not both) and set proto to WPA or WPA2.

-- 
Jouni Malinen                                            PGP id EFC895FA




More information about the Hostap mailing list