1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-08 19:13:15 +03:00
openwrt-xburst/package/hostapd/files
nbd f0d9d1c41e 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
2011-01-14 10:52:54 +00:00
..
hostapd-full.config hostapd: Add CONFIG_FULL_DYNAMIC_VLAN=y to hostapd-full.config 2010-12-19 11:48:38 +00:00
hostapd-mini.config hostapd: add a build variant for wpa_supplicant and one for a multicall hostapd+supplicant program (wpad) and remove the old wpa_supplicant package 2010-01-23 08:28:26 +00:00
hostapd.sh hostapd: Create one control interface per virtual bssid 2011-01-14 10:52:54 +00:00
multicall.c hostapd: add a build variant for wpa_supplicant and one for a multicall hostapd+supplicant program (wpad) and remove the old wpa_supplicant package 2010-01-23 08:28:26 +00:00
wpa_supplicant-full.config hostapd: enable WPS for the full version of hostapd/wpa_supplicant/wpad 2010-07-08 18:36:07 +00:00
wpa_supplicant-mini.config hostapd: add a build variant for wpa_supplicant and one for a multicall hostapd+supplicant program (wpad) and remove the old wpa_supplicant package 2010-01-23 08:28:26 +00:00
wpa_supplicant.sh [package] hostapd: Add 'identity' config option when eap_type is 'tls' on wpa_supplicant (#8164) 2010-11-03 10:39:29 +00:00
wps-hotplug.sh hostapd: add preliminary wps script support (push-button only, does not handle multi-bss yet) 2010-07-08 18:36:17 +00:00