hostapd: add support for wifi-station and wifi-vlan sections
authorJohn Crispin <john@phrozen.org>
Mon, 25 May 2020 09:39:40 +0000 (11:39 +0200)
committerJohn Crispin <john@phrozen.org>
Thu, 4 Jun 2020 11:36:37 +0000 (13:36 +0200)
commit5aa2ddd0d6b9759c62bbb7bb11b72a7f4269c16b
tree32e400899dcfcf6bc6fb2218279643879693f2b9
parent303b463394c151aa3962f9e837c0da54b1340a73
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>
package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh
package/network/services/hostapd/files/hostapd.sh