]> git.ipfire.org Git - thirdparty/hostap.git/commit
FT: Discard ReassocReq with mismatching RSNXE Used value
authorJouni Malinen <jouni@codeaurora.org>
Tue, 14 Apr 2020 10:46:00 +0000 (13:46 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 14 Apr 2020 13:37:35 +0000 (16:37 +0300)
commit5344af7d22ac8c3171592b6afd6a5aaa8f023cb1
tree0bfee521717354ab41f27617d968a06f2baa6909
parent2012a26d0f7d1089b17f958bf3dec4cebf014a03
FT: Discard ReassocReq with mismatching RSNXE Used value

Discard the FT Reassociation Request frame instead of rejecting it
(i.e., do not send Reassociation Response frame) if RSNXE Used is
indicated in FTE, but no RSNXE is included even though the AP is
advertising RSNXE.

While there is not really much of a difference between discarding and
rejecting the frame, this discarding behavior is what the standard says
for this type of an error case.

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