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/kernel
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
..
acx-mac80211 kernel: replace SUBDIRS with M in package recipes 4 years ago
ath10k-ct ath10k-ct: update to version 2020-04-29 4 years ago
bcm27xx-gpu-fw bcm27xx-gpu-fw: update to latest version 4 years ago
bcm63xx-cfe bcm63xx-cfe: fix build with CONFIG_AUTOREMOVE 4 years ago
broadcom-wl broadcom-wl: don't inherit lock descriptor in nas process 4 years ago
button-hotplug kernel: replace SUBDIRS with M in package recipes 4 years ago
cryptodev-linux cryptodev-linux: Fix error when compiling with 5.4 kernel 4 years ago
dtc/patches package: kernel: dtc: Add DTO support 7 years ago
gpio-button-hotplug gpio-button-hotplug: remove duplicate logging text 4 years ago
gpio-nct5104d kernel: drop outdated kernel version switches for local code 4 years ago
hwmon-gsc kernel: make kmod-hwmon-core selected by dependent modules 4 years ago
i2c-gpio-custom kernel: replace SUBDIRS with M in package recipes 4 years ago
kmod-sched-cake-oot kmod-sched-cake: switch to in-tree cake for 4.19+ 4 years ago
lantiq kernel: drop outdated kernel version switches for local code 4 years ago
leds-apu2 kernel: drop outdated kernel version switches for local code 4 years ago
linux kernel: iio: add drivers for st_lsm6dsx IMU MEMS sensors 4 years ago
mac80211 hostapd: add support for wifi-station and wifi-vlan sections 4 years ago
mt76 mt76: update to the latest version (adds 7663e, 7663u, 7915 drivers) 4 years ago
mwlwifi mwlwifi: Update the 88W8964's firmware to 9.3.2.12 and fix backports version detection 4 years ago
nat46 nat46: Fix compile with kernel 5.4 4 years ago
om-watchdog kernel/om-watchdog: Apply device renames from ramips 5 years ago
rtc-rv5c386a kernel: drop outdated kernel version switches for local code 4 years ago
rtl8812au-ct rtl8812au-ct: Update to version 2020-01-12 4 years ago
spi-gpio-custom kernel: replace SUBDIRS with M in package recipes 4 years ago
trelay kernel: replace SUBDIRS with M in package recipes 4 years ago
w1-gpio-custom kernel: replace SUBDIRS with M in package recipes 4 years ago