mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-09 06:11:56 +02:00
[package] hostapd: fix ap/sta regression which got accidentally introduced by r32829 (#11914)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33053 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
bc327ce0d1
commit
afdf66161f
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=hostapd
|
PKG_NAME:=hostapd
|
||||||
PKG_VERSION:=20120428
|
PKG_VERSION:=20120428
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_REV:=1f0cc27eb98f7d1af9c64d0752238184cbdb9a24
|
PKG_REV:=1f0cc27eb98f7d1af9c64d0752238184cbdb9a24
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
|
@ -127,6 +127,8 @@ wpa_supplicant_setup_vif() {
|
|||||||
local fixed_freq bssid1 beacon_interval brates mrate
|
local fixed_freq bssid1 beacon_interval brates mrate
|
||||||
config_get ifname "$vif" ifname
|
config_get ifname "$vif" ifname
|
||||||
config_get bridge "$vif" bridge
|
config_get bridge "$vif" bridge
|
||||||
|
config_get ssid "$vif" ssid
|
||||||
|
config_get bssid "$vif" bssid
|
||||||
bssid1=${bssid:+"bssid=$bssid"}
|
bssid1=${bssid:+"bssid=$bssid"}
|
||||||
beacon_interval=${beacon_int:+"beacon_interval=$beacon_int"}
|
beacon_interval=${beacon_int:+"beacon_interval=$beacon_int"}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user