Encryption with SMC v3

Tue Haste Andersen <[email protected]> Tue, 19 Apr 2005 20:30:25 +0200
Newsgroups gmane.linux.drivers.atmel-wlan
Message-ID <[email protected]>
Hi,

I'm trying to switch from atmelwlandriver to the kernel module atmel_cs in the 
2.6.11 kernel using my SMC v3 PCMCIA card.

I got it working without encryption, but setting the key to either a 64 or 128 
bit key matching the key of the access point, I cannot get a connection:

root@domu linux # iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

eth1      IEEE 802.11-DS  ESSID:"akira"
          Mode:Managed  Frequency:2.437 GHz  Access Point: 00:0F:3D:4B:0E:16
          Bit Rate:11 Mb/s
          Retry min limit:7   RTS thr:off   Fragment thr:off
          Encryption key:1140-8034-56   Security mode:restricted
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:34237

The link quality stays at a firm 0.

Anybody got an idea of what's wrong?

Tue