mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
more wpa+wds patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7888 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -16,6 +16,7 @@ setup_broadcom_wds() {
|
||||
[ -z "$network" ] && return
|
||||
|
||||
config_get addr "$CONFIG_SECTION" bssid
|
||||
addr=$(echo "$addr" | tr 'A-F' 'a-f')
|
||||
[ "$addr" = "$remote" ] && {
|
||||
local cfg="$CONFIG_SECTION"
|
||||
|
||||
@@ -28,8 +29,11 @@ setup_broadcom_wds() {
|
||||
config_get key "$cfg" key
|
||||
config_get ssid "$cfg" ssid
|
||||
|
||||
[ "$encryption" == "psk" ] && \
|
||||
nas4not lan "$iface" up auto aes "$encryption" "$key" "$ssid"
|
||||
[ "$encryption" != "none" ] && {
|
||||
sleep 1
|
||||
nas4not lan "$iface" up auto aes "$encryption" "$key" "$ssid"
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user