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.
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
..
hostapd-basic.config hostapd: enable CTRL_IFACE_MIB for hostapd-full 5 years ago
hostapd-full.config hostapd: enable CTRL_IFACE_MIB for hostapd-full 5 years ago
hostapd-mini.config hostapd: enable CTRL_IFACE_MIB for hostapd-full 5 years ago
hostapd.sh hostapd: add support for wifi-station and wifi-vlan sections 4 years ago
multicall.c packages: sort network related packages into package/network/ 12 years ago
wpa_supplicant-basic.config wpa_supplicant: disable CONFIG_WRITE functionality 4 years ago
wpa_supplicant-full.config hostapd: enable CTRL_IFACE_MIB for hostapd-full 5 years ago
wpa_supplicant-mini.config wpa_supplicant: disable CONFIG_WRITE functionality 4 years ago
wpa_supplicant-p2p.config hostapd: enable CTRL_IFACE_MIB for hostapd-full 5 years ago
wpad.init hostapd: reduce to a single instance per service 4 years ago
wps-hotplug.sh hostapd: add Multi-AP patches and config options 5 years ago