]> git.ipfire.org Git - thirdparty/hostap.git/commit
FILS: Add RSNE into (Re)Association Response frame
authorJouni Malinen <jouni@codeaurora.org>
Wed, 22 May 2019 14:26:55 +0000 (17:26 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 22 May 2019 21:34:43 +0000 (00:34 +0300)
commit831d8c9cf583e5c655cba50ad1472b441d8b4557
tree2984930b10140a4b227995cb7d1f2520eadc13e9
parenta96c7836451860f93f88bd739c132645dd581af1
FILS: Add RSNE into (Re)Association Response frame

This AP behavior was missing from IEEE Std 802.11ai-2016, but it is
needed for the RSNE validation to work correctly and for a FILS STA to
be able to perform the mandatory check for RSNE matching when processing
the (Re)Association Response frame (as described in 802.11ai). REVmd
will be updating the standard to cover this AP case, so prepare the
implementation to match that. Without this, a FILS STA might reject
association whenever using FILS authentication.

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