]> git.ipfire.org Git - thirdparty/hostap.git/commit
FT: Omit RSNXE from FT protocol Reassociation Response when needed
authorJouni Malinen <jouni@codeaurora.org>
Fri, 20 Mar 2020 19:56:44 +0000 (21:56 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 20 Mar 2020 22:01:47 +0000 (00:01 +0200)
commitb7366a942a586c07a6dbf83558eeb0141e599922
treeef25b6f96defb0e8ace1a210f25cf6601f9b5d51
parent6140cca8191e401aba18fe6250ecfc32ccca806f
FT: Omit RSNXE from FT protocol Reassociation Response when needed

The previous design for adding RSNXE into FT was not backwards
compatible. Move to a new design based on 20/332r3 to avoid that issue
by not include RSNXE in the FT protocol Reassociation Response frame so
that a STA not supporting RSNXE can still validate the FTE MIC
correctly.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/ap/drv_callbacks.c
src/ap/ieee802_11.c
src/ap/wpa_auth.h
src/ap/wpa_auth_ft.c