tn3399_openwrt/package/network/services/hostapd/files
John Crispin 5aa2ddd0d6 hostapd: add support for wifi-station and wifi-vlan sections
This patch adds support for 2 new uci sections.

config wifi-vlan
	# iface is optional. if it is not defined the vlan will apply
	# to all interfaces
        option iface	default_radio0
        option name	guest
        option vid	100
        option network	guest

config wifi-station
	# iface is optional. if it is not defined the station will apply
	# to all interfaces
        option iface	default_radio0
        # mac is optional. if it is not defined it will be a catch all
	# for any sta using this key
	option mac	'00:11:22:33:44:55'
        # vid is optional. if it is not defined, the sta will be part of
	# the primary iface.
	option vid	100
        option key	testtest

With this patch applied it is possible to use multiple PSKs on a single BSS.

Signed-off-by: John Crispin <john@phrozen.org>
2020-06-04 13:36:37 +02:00
..
hostapd-basic.config hostapd: enable CTRL_IFACE_MIB for hostapd-full 2019-12-08 12:49:09 +01:00
hostapd-full.config hostapd: enable CTRL_IFACE_MIB for hostapd-full 2019-12-08 12:49:09 +01:00
hostapd-mini.config hostapd: enable CTRL_IFACE_MIB for hostapd-full 2019-12-08 12:49:09 +01:00
hostapd.sh hostapd: add support for wifi-station and wifi-vlan sections 2020-06-04 13:36:37 +02:00
multicall.c packages: sort network related packages into package/network/ 2012-10-10 12:32:29 +00:00
wpa_supplicant-basic.config wpa_supplicant: disable CONFIG_WRITE functionality 2020-04-13 22:40:06 +02:00
wpa_supplicant-full.config hostapd: enable CTRL_IFACE_MIB for hostapd-full 2019-12-08 12:49:09 +01:00
wpa_supplicant-mini.config wpa_supplicant: disable CONFIG_WRITE functionality 2020-04-13 22:40:06 +02:00
wpa_supplicant-p2p.config hostapd: enable CTRL_IFACE_MIB for hostapd-full 2019-12-08 12:49:09 +01:00
wpad.init hostapd: reduce to a single instance per service 2020-04-14 00:22:21 +01:00
wps-hotplug.sh hostapd: add Multi-AP patches and config options 2019-02-20 13:17:11 +01:00