tn3399_openwrt/package/kernel/mac80211
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 mac80211: rt2x00: backport patch enabling MFP 2020-05-30 09:37:36 +01:00
scripts mac80211: replace backticks by $(...) 2020-05-13 19:01:23 +02:00
ath.mk mac80211: switch to upstream owl-loader driver 2019-11-30 13:21:20 +01:00
broadcom.mk brcm2708: rename target to bcm27xx 2020-02-14 14:10:51 +01:00
intel.mk kernel: Remove support for kernel 3.18 2019-05-03 22:41:38 +02:00
Makefile mac80211: Fix build on mpc85xx target 2020-05-21 21:53:14 +02:00
marvell.mk kernel: Remove support for kernel 3.18 2019-05-03 22:41:38 +02:00
ralink.mk ramips: mt7620: fix dependencies 2019-05-11 01:05:11 +02:00
realtek.mk mac80211: rtl8723bs: fix missing MMC dependency 2020-03-28 22:58:36 +01:00