Re: WEP 152bit support?
Stefan Rompf <[email protected]>
| Newsgroups | gmane.linux.drivers.ipw2100.devel |
|---|---|
| Message-ID | <[email protected]> |
Am Freitag 06 Oktober 2006 19:25 schrieb Mauricio Teixeira (netmask):
> Is 152bit WEP supported on the driver? I can set the key, iwconfig says
> the key is there, but can't get any AP association.
Primary concern is the 802.11 subsystem if you use software encryption
(default with current ipw2200 driver). ieee80211_crypt_wep.c says
struct prism2_wep_data {
u32 iv;
#define WEP_KEY_LEN 13
u8 key[WEP_KEY_LEN + 1];
...
so currently no 152 bit key. You can try to increase WEP_KEY_LEN. Be warned,
it may work, work not or just crash your machine, I haven't tested.
Stefan
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV