Openwrt/package/network/services/hostapd/files
Jo-Philipp Wich bc1c9fdc20 hostapd: recognize option "key" as alias for "auth_secret"
The hostapd configuration logic is supposed to accept "option key" as
legacy alias for "option auth_secret". This particular fallback option
failed to work though because "key" was not a registered configuration
variable.

Fix this issue by registering the "key" option as well, similar to the
existing "server" nad "port" options.

Ref: https://github.com/openwrt/openwrt/pull/3282
Suggested-by: Michael Jones <mike@meshplusplus.com>
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-08-07 21:19:29 +02:00
..
hostapd-basic.config
hostapd-full.config
hostapd-mini.config
hostapd.sh hostapd: recognize option "key" as alias for "auth_secret" 2020-08-07 21:19:29 +02:00
multicall.c
wpa_supplicant-basic.config
wpa_supplicant-full.config
wpa_supplicant-mini.config
wpa_supplicant-p2p.config
wpad.init hostapd: reduce to a single instance per service 2020-04-14 00:22:21 +01:00
wps-hotplug.sh