summaryrefslogtreecommitdiffstats
path: root/doc/README.SuSE
blob: 2bf865517814b1f3eb5edd845e30c3702be3ef8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
To use waproamd with SuSE Linux you have to remove the parameters specifiying
your ESSID and WEP key from your interface configuration file. These will be
set by waproamd automatically.

For example:

if /etc/waproamd/waproamd.conf contains

	INTERFACES='wlan0'

your /etc/sysconfig/network/ifcfg-wlan0 should contain

	WIRELESS_ESSID=''
	WIRELESS_KEY=''

$Id$