openwrt/package
Leon M. George d5bbd4975c hostapd: fix setting wps_state to "not configured"
With encryption disabled, it was intended to set wpa_state=1 (enabled,
not configured) through the 'wps_not_configured' flag.
The flag is set appropriately but the condition using it is broken.
Instead, 'wps_configured' is checked and wpa_state is always 2 (enabled,
configured). Fix it by using the correct variable name.

Fixes: 498d84fc4e ("netifd: add wireless configuration support
and port mac80211 to the new framework")

Signed-off-by: Leon M. George <leon@georgemail.eu>
[commit title/message improvements]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2021-01-15 18:17:45 +01:00
..
base-files base-files: read all 3 bytes in get_magic_vfat() at once 2021-01-07 19:51:50 +01:00
boot uboot-envtools: add support for Aruba AP-303 and AP-365 2021-01-14 01:04:02 +01:00
devel trace-cmd: update to 2.9.1 2021-01-01 19:55:59 +01:00
firmware linux-firmware: Add wil6210 firmware 2021-01-05 02:16:24 +00:00
kernel kernel: update kmod-thermal package 2021-01-15 17:47:33 +01:00
libs mbedtls: add config option to compile with hkdf 2021-01-14 00:52:49 +00:00
network hostapd: fix setting wps_state to "not configured" 2021-01-15 18:17:45 +01:00
system rpcd: update to git HEAD 2021-01-07 00:21:23 +00:00
utils lua: add -ldl for glibc builds 2021-01-06 15:38:57 -10:00
Makefile