hostapd: Create one control interface per virtual bssid
authorFelix Fietkau <nbd@openwrt.org>
Fri, 14 Jan 2011 10:52:54 +0000 (10:52 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 14 Jan 2011 10:52:54 +0000 (10:52 +0000)
commit10bb2b132916c18130e879ed8802bd078934ef8e
tree4ec00ac0ffd1545c00de9b1335df2cdc23b05ac7
parent2703d4190118fc7bd30a1281ceeffeb3b7d2e63b
hostapd: Create one control interface per virtual bssid

Previously hostapd created one control interface /var/run/hostapd-phyX
which only contained the first virtual bssid (for example wlan0). In
order to access the other virtual bssids with hostapd_cli add all
virtual bssids to /var/run/hostapd-phyX by specifying the ctrl_interface
parameter per bssid.

Previously the control interface looked like:
/var/run/hostapd-phyX/wlan0

Now, the control interface looks like this:
/var/run/hostapd-phyX/wlan0
/var/run/hostapd-phyX/wlan1
...

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24985 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/hostapd/files/hostapd.sh