wds-wpa support

SVN-Revision: 7858
owl
Mike Baker 2007-07-02 22:58:11 +00:00
parent a7b99a5bfa
commit 47e575eadb
1 changed files with 9 additions and 0 deletions

View File

@ -17,10 +17,19 @@ setup_broadcom_wds() {
config_get addr "$CONFIG_SECTION" bssid
[ "$addr" = "$remote" ] && {
local cfg="$CONFIG_SECTION"
include /lib/network
scan_interfaces
setup_interface "$iface" "$network"
config_get encryption "$cfg" encryption
config_get key "$cfg" key
config_get ssid "$cfg" ssid
[ "$encryption" == "psk" ] && \
nas4not lan "$iface" up auto aes "$encryption" "$key" "$ssid"
}
}