1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 22:18:16 +02:00
openwrt/package
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
..
base-files base-files: prevent issues w/ overlay on powerloss after sysupgrade 2020-06-03 16:49:28 +02:00
boot uboot-mxs: bump to v2020.04 2020-06-03 16:49:28 +02:00
devel perf: build with NO_LIBCAP=1 2020-04-26 21:20:47 +02:00
firmware cypress-firmware: add PROVIDES sections 2020-05-28 10:36:27 +02:00
kernel hostapd: add support for wifi-station and wifi-vlan sections 2020-06-04 13:36:37 +02:00
libs wolfssl: use -fomit-frame-pointer to fix asm error 2020-06-03 16:49:28 +02:00
network hostapd: add support for wifi-station and wifi-vlan sections 2020-06-04 13:36:37 +02:00
system procd: update to git HEAD 2020-05-28 14:29:08 +01:00
utils exfat-utils: move into packages feed 2020-06-03 16:49:28 +02:00
Makefile packages: apply usign padding workarounds to package indexes if needed 2019-08-07 07:15:07 +02:00