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)
commitb60332deb0175e2e118d3e6f1127ce0f7f92868c
tree9c3e268f768344347dc5305b6d417e16bf397402
parent531e5e5386e6ad2a9358839b566381ac3f7ea05c
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>
SVN-Revision: 24985
package/hostapd/files/hostapd.sh