]> git.ipfire.org Git - thirdparty/hostap.git/commit
FT: FTE MIC calculation for MLO Reassociation Request frame
authorJouni Malinen <quic_jouni@quicinc.com>
Thu, 24 Aug 2023 14:58:25 +0000 (17:58 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 24 Aug 2023 15:10:47 +0000 (18:10 +0300)
commite6f64a8e1daffbf96bdfe060648a32837109cc0b
tree12476c59e2433aecc9494342f946b5205a691398
parent4c079dcc64daa8d64a7252bfc3ba9a7cf7654773
FT: FTE MIC calculation for MLO Reassociation Request frame

Extend wpa_ft_mic() to take in an array of link addresses to allow the
FTE MIC to be calculated for Reassociation Request frame as described in
IEEE P802.11be/D4.0, 13.8.4. This commit does not change actual
behavior, i.e., this is just preparing wpa_ft_mic() and the existing
callers with a new argument.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
src/ap/wpa_auth_ft.c
src/common/wpa_common.c
src/common/wpa_common.h
src/rsn_supp/wpa_ft.c
wlantest/rx_mgmt.c