]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix writing of BIGTK in FT protocol
authorJouni Malinen <quic_jouni@quicinc.com>
Thu, 10 Aug 2023 18:17:40 +0000 (21:17 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 10 Aug 2023 18:17:40 +0000 (21:17 +0300)
commitbf9cbb462fd9ecc028052dd7a7d572cea26e4447
treeab59b1a00f9e30f718591ca4481ab60ccd3090f6
parent084745ffc508f6d5ed1bf6e1b7bb933c14d9320c
Fix writing of BIGTK in FT protocol

A copy-paste issue in wpa_ft_bigtk_subelem() ended up encoding the IGTK
value instead of the BIGTK when providing the current BIGTK to the STA
during FT protocol. Fix this to use the correct key to avoid issues when
beacon protection is used with FT.

Fixes: 16889aff408e ("Add BIGTK KDE and subelement similarly to IGTK")
Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
src/ap/wpa_auth_ft.c