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.
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>
4 years ago
..
files hostapd: recognize option "key" as alias for "auth_secret" 4 years ago
patches hostapd: update mesh DFS patches and add mesh HE support 4 years ago
src hostapd: add config symbol for allowing drivers to enable 802.11ax support 4 years ago
Config.in hostapd: add wpad-basic-wolfssl variant 4 years ago
Makefile hostapd: recognize option "key" as alias for "auth_secret" 4 years ago