You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/network/services
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>
4 years ago
..
dnsmasq dnsmasq: add /etc/dnsmasq.d/ to conffiles 4 years ago
dropbear dropbear: add ed25519 and chacha20-poly1305 4 years ago
ead ead: fix resource leak in tinysrp 5 years ago
hostapd hostapd: add support for wifi-station and wifi-vlan sections 4 years ago
igmpproxy igmpproxy: drop SSDP packets 6 years ago
ipset-dns base-files: move /tmp/resolv.conf.auto to /tmp/resolv.conf.d/ 4 years ago
lldpd lldpd: add management IP setting 4 years ago
odhcpd odhcpd: update to latest git HEAD (FS#3056) 4 years ago
omcproxy omcproxy: define configuration file 5 years ago
openvpn openvpn: update to 2.4.9 4 years ago
openvpn-easy-rsa openvpn-easy-rsa: update to 3.0.4 6 years ago
ppp ppp: update to version 2.4.8.git-2020-05-25 4 years ago
relayd relayd: bump to version 2020-04-25 4 years ago
uhttpd uhttpd: fix script timeout 4 years ago
umdns umdns: re-enable address-of-packed-member warning 4 years ago
wireguard wireguard: bump to 1.0.20200520 4 years ago