mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
[packages] madwifi: Always escape SSID parameter
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26484 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
773893dc0f
commit
ccb4fafc58
@ -366,7 +366,7 @@ enable_atheros() {
|
||||
config_get ssid "$vif" ssid
|
||||
[ -n "$ssid" ] && {
|
||||
iwconfig "$ifname" essid on
|
||||
iwconfig "$ifname" essid "$ssid"
|
||||
iwconfig "$ifname" essid ${ssid:+-- }"$ssid"
|
||||
}
|
||||
|
||||
set_wifi_up "$vif" "$ifname"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user