<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=us-ascii" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
Thanks for your help.<br>
<br>
I made the changes you recommended and WPA-PSK TKIP is now working!
There is <br>
however one caveat. The AP is configured for 802.11g only; but
"iwlist" and "iwconfig" <br>
show the protocol to be 802.11b<br>
<br>
#----------------------------------------------------------------------------------------------<br>
# iwlist wlan0 scan<br>
Warning: Driver for device wlan0 recommend version 18 of Wireless
Extension,<br>
but has been compiled with version 16, therefore some driver features<br>
may not be available...<br>
<br>
wlan0 Scan completed :<br>
Cell 01 - Address: 00:0C:41:37:6F:35<br>
ESSID:"SomeNet"<br>
Protocol:IEEE 802.11b<br>
Mode:Managed<br>
Frequency:2.412 GHz (Channel 1)<br>
Quality:0/100 Signal level:-35 dBm Noise
level:-256 dBm<br>
Encryption key:on<br>
Bit Rate:1 Mb/s<br>
Bit Rate:2 Mb/s<br>
Bit Rate:5.5 Mb/s<br>
Bit Rate:6 Mb/s<br>
Bit Rate:9 Mb/s<br>
Bit Rate:11 Mb/s<br>
Bit Rate:12 Mb/s<br>
Bit Rate:18 Mb/s<br>
Bit Rate:24 Mb/s<br>
Bit Rate:36 Mb/s<br>
Bit Rate:48 Mb/s<br>
Bit Rate:54 Mb/s<br>
Extra:bcn_int=100<br>
Extra:atim=0<br>
Extra:wpa_ie=dd160050f20101000050f20201000050f20201000050f202<br>
<br>
#-----------------------------------------------------------------------------------------------<br>
<br>
# iwconfig<br>
lo no wireless extensions.<br>
<br>
eth0 no wireless extensions.<br>
<br>
sit0 no wireless extensions.<br>
<br>
irda0 no wireless extensions.<br>
<br>
Warning: Driver for device wlan0 recommend version 18 of Wireless
Extension,<br>
but has been compiled with version 16, therefore some driver features<br>
may not be available...<br>
<br>
wlan0 IEEE 802.11g ESSID:"SomeNet" Nickname:"nomad"<br>
Mode:Managed Frequency:2.412 GHz Access Point:
00:0C:41:37:6F:35<br>
Bit Rate=54 Mb/s Tx-Power:25 dBm<br>
RTS thr=2347 B Fragment thr=2346 B<br>
Encryption
key:5A7C-993F-F804-273D-B4C5-B1EA-C1A0-4634-455B-1F53-903B-F7D0-36DE-CD38-78A4-C04E<br>
Power Management:off<br>
Link Quality:100/100 Signal level:-37 dBm Noise level:-256
dBm<br>
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0<br>
Tx excessive retries:16 Invalid misc:3389 Missed beacon:0<br>
<br>
#-------------------------------------------------------------------------------------------------<br>
<br>
<br>
Jouni Malinen wrote:
<blockquote cite="mid20050403224933.GG8099@jm.kir.nu" type="cite">
<pre wrap="">On Sun, Apr 03, 2005 at 04:10:40PM -0400, Neville Chandler wrote:
</pre>
<blockquote type="cite">
<pre wrap="">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.
</pre>
</blockquote>
<pre wrap=""><!---->
Have you enabled SSID hiding ("disable broadcast SSID")?
</pre>
<blockquote type="cite">
<pre wrap="">#/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
</pre>
</blockquote>
<pre wrap=""><!---->
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.
</pre>
<blockquote type="cite">
<pre wrap="">ap_scan=1
network={
ssid="Test"
scan_ssid=1
</pre>
</blockquote>
<pre wrap=""><!---->
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.
</pre>
</blockquote>
<br>
</body>
</html>