1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

wpa_supplicant: add more parameters

Signed-off-by: Antonio Quartulli <ordex@autistici.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32829 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic
2012-07-24 23:07:15 +00:00
parent 1673b2b377
commit ae55709705
2 changed files with 40 additions and 7 deletions

View File

@@ -453,8 +453,9 @@ enable_mac80211() {
echo "enable_mac80211($device): Failed to set up wpa_supplicant for interface $ifname" >&2
# make sure this wifi interface won't accidentally stay open without encryption
ifconfig "$ifname" down
continue
}
# wpa_supplicant will bring the iface up
continue
fi
}