]> git.ipfire.org Git - thirdparty/hostap.git/commit
FT: New RRB message format
authorMichael Braun <michael-dev@fami-braun.de>
Sun, 2 Apr 2017 12:52:50 +0000 (14:52 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 3 May 2017 18:55:29 +0000 (21:55 +0300)
commit245fc96e5f4b1c566b7eaa19180c774307ebed79
tree3136e68692b1e9955ab4bf26c98fbd8c873795f3
parent50bd8e0a909fee76eea46a94956cb1fe458b57c4
FT: New RRB message format

Convert FT RRB into a new TLV based format. Use AES-SIV as AEAD cipher
to protect the messages.

This needs at least 32 byte long keys. These can be provided either
by a config file change or letting a KDF derive the 32 byte key used
from the 16 byte key given.

This breaks backward compatibility, i.e., hostapd needs to be updated on
all APs at the same time to allow FT to remain functional.

Signed-off-by: Michael Braun <michael-dev@fami-braun.de>
hostapd/Android.mk
hostapd/Makefile
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/hostapd.h
src/ap/wpa_auth.h
src/ap/wpa_auth_ft.c
src/ap/wpa_auth_i.h