Felix Fietkau b60332deb0 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
2011-01-14 10:52:54 +00:00
..
2010-11-17 19:13:11 +00:00
2010-11-02 08:37:46 +00:00
2009-06-13 16:47:22 +00:00
2010-04-23 11:27:29 +00:00
2010-11-22 11:27:47 +00:00
2010-05-23 14:42:44 +00:00
2010-08-06 00:56:18 +00:00
2011-01-13 12:01:07 +00:00
2009-12-19 22:19:42 +00:00
2010-07-24 21:39:33 +00:00
2010-09-30 10:48:37 +00:00
2010-04-23 11:27:29 +00:00
2010-09-30 10:48:37 +00:00
2010-10-27 21:24:06 +00:00