AP in WEP mode configuration

Piotr.Nakraszewicz at tieto.com Piotr.Nakraszewicz
Tue May 24 00:53:13 PDT 2011


Hi,

To start a network in AP mode your driver has to support it, you need to set CONFIG_AP=y in .config and you need to add two parameters to your network configuration:
mode=2
frequency=(e.g. 2412)

Best regards, 

Piotr Nakraszewicz

From: hostap-bounces at lists.shmoo.com [mailto:hostap-bounces at lists.shmoo.com] On Behalf Of Liketo talk
Sent: 23 maja 2011 18:12
To: hostap at lists.shmoo.com
Subject: AP in WEP mode configuration


Hi,

I was trying to setup an AP in WEP mode by using the wpa_supplicant. The following is the configuration that I have specified. However, strangely this configuration info is not given to the driver at all after I start the supplicant. Does anyone know anything that I am missing here? Which file handles parsing and setting the key in the supplicant source code?

network={
   ssid="xxx"
   key_mgmt=NONE
   wep_key0=0123456789abcdef0123456789
   wep_tx_keyidx=0
 }
Regards.



More information about the Hostap mailing list