]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix AP config check to recognize all PSK AKMs
authorJouni Malinen <j@w1.fi>
Sat, 2 Apr 2022 10:16:18 +0000 (13:16 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 2 Apr 2022 13:26:02 +0000 (16:26 +0300)
commit5b5c954c04f59fbca1e358c57bb83bdfcd76c40c
tree24c609aeeac2e7fa958665d086f8b48e39182411
parentc5d9f9064b791a9d79e3bdee926ad775639992d8
Fix AP config check to recognize all PSK AKMs

The check for PSK/passphrase not being present was considering only the
WPA-PSK AKM, but the same check should be applied for all other AKMs
that can use a PSK.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/ap_config.c