]> git.ipfire.org Git - thirdparty/hostap.git/commit
FILS: Fix RSN info in FD frame for no-group-addressed
authorJouni Malinen <j@w1.fi>
Sun, 28 Feb 2021 09:27:42 +0000 (11:27 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 28 Feb 2021 09:27:42 +0000 (11:27 +0200)
commit9a1136b7f19bd0369b93b3c53d0f95f5d8be3c50
tree03e8eb036553b4295bfe8ce49c37bce2df5aa52d
parent6035969e0ea91d032f9e6739e66146c2f14c17e6
FILS: Fix RSN info in FD frame for no-group-addressed

The value from the initial RSN_CIPHER_SUITE_NO_GROUP_ADDRESSED check
ended up getting overridden with the following if. This was supposed to
be a single if statement to avoid that.

Fixes: 9c02a0f5a672 ("FILS: Add generation of FILS Discovery frame template")
Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/wpa_auth_ie.c