lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Sat, 13 Nov 2010 13:06:16 -0700
From:	Jeffrey Merkey <jeffmerkey@...il.com>
To:	linux-kernel@...r.kernel.org
Subject: [INFO] ndiswrapper WEP key problems with iwconfig

This email is for informational purposes.  Lot's of folks have
problems with ndiswrapper when using WEP if you configure from the
command line or are using Fedora. If you try to use iwconfig manually,
i.e.

iwconfig wlan0 essid "SOMEID"

it does not display the essid in iwconfig.  Also the default is to set
the security mode is always "restricted" which does not work with WEP
by default, even if you change the security mode manually.  So a
sequence like:

iwconfig wlan0 key 0123456789
iwconfig essid SOMEID

usually does not work correctly on some versions of Fedora.

The fix is to set all the iwconfig params in a single command and be
aware the default security mode of "restricted" does not work with
ndiswrapper.

Try using iwconfig in the following manner and it will usually work:

iwconfig wlan0 key open 0123456789 essid SOMEID

Jeff
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ