]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/ap/wpa_auth.c
Note set_key(WPA_ALG_NONE) failure in debug log
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 25 Oct 2016 21:22:49 +0000 (00:22 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 25 Oct 2016 21:41:04 +0000 (00:41 +0300)
commit2a0b86d3194e39bfefcc8309e3f81994f2ac3850
tree6ecab565bdc8b9e42b0cb71f63093f834dd59b2f
parent7d8da7c83795bcf92899df2771177d3e980a1784
Note set_key(WPA_ALG_NONE) failure in debug log

This makes wpa_remove_ptk() call to wpa_auth_set_key() more consistent
with all the other calls that verify the return value to keep static
analyzers happier.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/ap/wpa_auth.c