hostapd: Create one control interface per virtual bssid
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 14 Jan 2011 10:52:54 +0000 (10:52 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 14 Jan 2011 10:52:54 +0000 (10:52 +0000)
commitf0d9d1c41e36b34ac439bb817c847cdfa2c92d37
tree4ec00ac0ffd1545c00de9b1335df2cdc23b05ac7
parent9e2306be1f9e6ceb8ba37bf8784268e9cb010e30
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
This page took 0.033044 seconds and 4 git commands to generate.