madwifi: fix setting the essid for ap mode
SVN-Revision: 5903
This commit is contained in:
parent
343b935afa
commit
4a2b2b02aa
1 changed files with 1 additions and 1 deletions
|
@ -130,6 +130,7 @@ enable_atheros() {
|
||||||
config_set "$vif" bridge "$bridge"
|
config_set "$vif" bridge "$bridge"
|
||||||
start_net "$ifname" "$net_cfg"
|
start_net "$ifname" "$net_cfg"
|
||||||
}
|
}
|
||||||
|
iwconfig "$ifname" essid "$ssid"
|
||||||
case "$mode" in
|
case "$mode" in
|
||||||
ap)
|
ap)
|
||||||
hostapd_setup_vif "$vif" madwifi || {
|
hostapd_setup_vif "$vif" madwifi || {
|
||||||
|
@ -141,7 +142,6 @@ enable_atheros() {
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
wds|sta)
|
wds|sta)
|
||||||
iwconfig "$ifname" essid "$ssid"
|
|
||||||
# FIXME: implement wpa_supplicant calls here
|
# FIXME: implement wpa_supplicant calls here
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue