Subject: Re: kern/36457: ral0 wifi driver - could not open microcode
To: None <gnats-bugs@NetBSD.org>
From: None <degroote@netbsd.org>
List: netbsd-bugs
Date: 06/07/2007 23:42:04
On Thu, Jun 07, 2007 at 09:10:04PM +0000, Jaromir Capik wrote:
>  i set ssid and nwkey, but i don't know, how to set
>  AUTHMODE to SHARED .... is there any manpage available for this driver?
>  
>  

You need to use wpa_supplicant to use shared wep authentification. You need
something like that in wpa_supplicant.conf 

network={
         ssid="your_ssid"
         key_mgmt=NONE
         auth_alg=SHARED
         wep_key0=DE313B5E7FA
         wep_key1=FAC2C1B14D
         wep_key2=A2D49B641F
         wep_key3=57673F0968
         wep_tx_keydx=0
}

Take cares.

-- 
Arnaud Degroote
degroote@netbsd.org