Re: Debian instructions

Florian Boelstler <[email protected]> Tue, 07 Dec 2004 10:13:20 +0100
Newsgroups gmane.linux.drivers.at76c503a.user
Message-ID <[email protected]>
Hi,

for Debian Sarge, the configuration in /etc/network/interfaces expects 
the key exactly as iwconfig.

The man page says:
[...]
To set  the  current  encryption key, just enter the key in hex digits 
as XXXX-XXXX-XXXX-XXXX or XXXXXXXX.
[...]
               Examples :
                    iwconfig eth0 key 0123-4567-89
                    iwconfig eth0 key s:password [2]
                    iwconfig eth0 key [2] open
                    iwconfig eth0 key off
                    iwconfig eth0 key restricted [3] 0123456789
                    iwconfig eth0 key 01-23 key 45-67 [4] key [4]


--