]> git.ipfire.org Git - thirdparty/hostap.git/commit
FTE protected element check for MLO Reassociation Response frame
authorJouni Malinen <quic_jouni@quicinc.com>
Tue, 8 Aug 2023 10:32:32 +0000 (13:32 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 10 Aug 2023 09:14:31 +0000 (12:14 +0300)
commit3973300b8deda00a096f1c3f13a2147d5507ebd0
tree6f7ee78a24280797e122d55a2619afbc780e8671
parent43b5f11d969abfcd6ee1820103aa45b0b2970795
FTE protected element check for MLO Reassociation Response frame

The set of protected elements in the FTE in Reassociation Response frame
is different for MLO. Count RSNE and RSNXE separately for each link.
This implementation uses the number of links for which a GTK was
provided which does not fully match the standard ("requested link") and
a more accurate implementation is likely needed, but that will require
some more complexity and state information.

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.c
src/rsn_supp/wpa_ft.c
wlantest/rx_mgmt.c