]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix EAPOL-Key Install bit in Group Key 1/2 with FT and FILS auth
authorJouni Malinen <j@w1.fi>
Sun, 5 Feb 2017 11:28:42 +0000 (13:28 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 5 Feb 2017 11:28:42 +0000 (13:28 +0200)
commit3bbc470502985ca1e11284e09004cdc07d6080ab
tree07372179fe470bccbb5703b626c02d50cd930af6
parent7e6cc3288c8360e3dc102dc78996c36ecabce0b2
Fix EAPOL-Key Install bit in Group Key 1/2 with FT and FILS auth

sm->Pair needs to be initialized to TRUE since unicast cipher is
supported and this is an ESS. However, the normal place for setting this
(WPA_PTK::INITIALIZE) is skipped with using FT protocol or FILS
authentication, so need to do that separately when forcing PTKINITDONE.

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