d5bbd4975c
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:
|
||
---|---|---|
.. | ||
files | ||
patches | ||
src | ||
Config.in | ||
Makefile |