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
..
2020-01-05 19:36:46 +01:00
2020-06-23 20:00:16 +02:00
2020-05-08 05:54:39 +03:00
2020-07-02 22:28:06 +02:00
2020-04-26 13:00:36 +01:00
2020-07-22 15:59:54 +01:00
2020-08-03 23:14:24 +02:00