]> git.ipfire.org Git - thirdparty/hostap.git/commit
FILS: Add more complete support for FT-FILS use cases
authorJouni Malinen <jouni@codeaurora.org>
Sat, 24 Mar 2018 09:24:18 +0000 (11:24 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 26 Mar 2018 09:31:04 +0000 (12:31 +0300)
commit2f37387812a5afc73c3aedaed7d5a5009e391475
treecdd7d2735f46d6e7f7cb91a1fa3bfdc60768b3a1
parent4ddca8142eb5512211e3eb657b7bf0f261fd36b1
FILS: Add more complete support for FT-FILS use cases

This extends the original IEEE Std 802.11ai-2016 functionality with the
changes added in REVmd to describe how additional keys are derived to
protect the FT protocol using keys derived through FILS authentication.

This allows key_mgmt=FT-FILS-SHA256 to be used with FT protocol since
the FTE MIC can now be calculated following the changes in REVmd. The
FT-FILS-SHA384 case is still unsupported (it needs support for variable
length MIC field in FTE).

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/ap/wpa_auth_ft.c
src/common/wpa_common.c
src/common/wpa_common.h
src/rsn_supp/wpa_ft.c