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)
commitf1810ea753841f6b068093d2e39466a6f07cf631
tree4ec00ac0ffd1545c00de9b1335df2cdc23b05ac7
parentd63c047dbd7ae3f5b1ce4d86c54023b6596e67db
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