difos/package/network/services/hostapd
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
..
files hostapd: add support for wifi-station and wifi-vlan sections 2020-06-04 13:36:37 +02:00
patches hostapd: bring back mesh patches 2020-05-21 10:21:59 +01:00
src hostapd: add WEP as queryable build feature 2020-05-22 21:54:30 +02:00
Config.in hostapd: disable support for Wired Equivalent Privacy by default 2020-05-21 08:18:01 +02:00
Makefile hostapd: bring back mesh patches 2020-05-21 10:21:59 +01:00