more wpa+wds patches

SVN-Revision: 7888
This commit is contained in:
Mike Baker
2007-07-08 12:51:30 +00:00
parent 921cbfe002
commit 9a785f0b0a
3 changed files with 8 additions and 4 deletions

View File

@@ -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"
}
}
}

View File

@@ -191,7 +191,7 @@ enable_broadcom() {
append vif_post_up "enabled 1" "$N"
config_get ifname "$vif" ifname
append if_up "ifconfig $ifname up" ";$N"
#append if_up "ifconfig $ifname up" ";$N"
local net_cfg bridge
net_cfg="$(find_net_config "$vif")"
[ -z "$net_cfg" ] || {