wlan_setup haette wpa immer für wlan0 konfiguriert, und nicht dynamisch wie in /etc/sysconfig/net konfiguriert -> Fehler behoben

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_sysvinit@5460 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2010-03-16 11:17:14 +00:00
parent 5139084b83
commit 3a3ede230b

View File

@ -68,7 +68,7 @@ for AP in `iwlist $DEV scan 2>/dev/null|\
while [ $OPTION ]; do while [ $OPTION ]; do
case $OPTION in case $OPTION in
WPA2|WPA) 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) KEY)
echo -n "Configuring Wireless Interface KEY" echo -n "Configuring Wireless Interface KEY"