From 3a3ede230b406075afabea448d92c054cc8fb487 Mon Sep 17 00:00:00 2001 From: kueller Date: Tue, 16 Mar 2010 11:17:14 +0000 Subject: [PATCH] =?UTF-8?q?wlan=5Fsetup=20haette=20wpa=20immer=20f=C3=BCr?= =?UTF-8?q?=20wlan0=20konfiguriert,=20und=20nicht=20dynamisch=20wie=20in?= =?UTF-8?q?=20/etc/sysconfig/net=20konfiguriert=20->=20Fehler=20behoben?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_sysvinit@5460 504e572c-2e33-0410-9681-be2bf7408885 --- sbin/wlan_setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/wlan_setup b/sbin/wlan_setup index f1db5fd..dbc3bbb 100755 --- a/sbin/wlan_setup +++ b/sbin/wlan_setup @@ -68,7 +68,7 @@ for AP in `iwlist $DEV scan 2>/dev/null|\ while [ $OPTION ]; do case $OPTION in WPA2|WPA) - wpa_supplicant -i wlan0 -D ${ARG1} -c /etc/sysconfig/wpa_supplicant/${AP} -B + wpa_supplicant -i ${DEV} -D ${ARG1} -c /etc/sysconfig/wpa_supplicant/${AP} -B ;; KEY) echo -n "Configuring Wireless Interface KEY"