summaryrefslogtreecommitdiffstats
path: root/doc/README.SuSE
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.SuSE')
-rw-r--r--doc/README.SuSE16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/README.SuSE b/doc/README.SuSE
new file mode 100644
index 0000000..2bf8655
--- /dev/null
+++ b/doc/README.SuSE
@@ -0,0 +1,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$