]> git.ipfire.org Git - thirdparty/hostap.git/commit
FT: Fix FTIE generation for EAPOL-Key msg 3/4
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 9 Dec 2015 22:12:59 +0000 (00:12 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 9 Dec 2015 22:14:36 +0000 (00:14 +0200)
commit9257610a6e46857ee3f57a66ed6ec214d716e829
tree71bf7942b79af6e8c50e5053eb92d2c5be54ad0e
parente44bd28cd1d9419d38561d6ce618481f0d3b5c16
FT: Fix FTIE generation for EAPOL-Key msg 3/4

This FTIE needs to be an exact copy of the one in (Re)Association
Response frame. Copy the stored element rather than building a new copy
that would not have the correct MIC value. This is needed to fix PTK
rekeying after FT protocol run.

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