[PATCHv6 0/5] Improvements for FT roaming
Michael Braun
michael-dev at fami-braun.de
Sun Apr 2 05:52:48 PDT 2017
Hi,
here comes the update patchset for a new FT inter-AP communication
protocol already including broadcasting.
The following changes have been applied comparing to v5:
- improve sequence number request/response handler so that
add_r0kh/add_r1kh is only performed after passing decryption
The following changes have been applied comparing to v4:
- fix "test: FT with broadcasts" to not contain non-test changes
- "FT: Replace inter-AP protocol with use of OUI Extended Ethertype"
now uses "followed by data_len bytes" approach for later_data
The full updated series including these changes can be found here:
https://github.com/michael-dev/hostapd/tree/dev-20170401
Regards,
Michael Braun
Michael Braun (5):
FT: Replace inter-AP protocol with use of OUI Extended Ethertype
FT: new rrb message format
FT RRB: add msg replay and msg delay protection
FT: add support for wildcard R0KH / R1KH
test: FT with broadcasts
hostapd/Makefile | 9 +
hostapd/config_file.c | 32 +-
hostapd/hostapd.conf | 35 +-
hostapd/main.c | 3 +
src/ap/ap_config.c | 6 +
src/ap/ap_config.h | 4 +
src/ap/eth_p_oui.c | 189 ++++
src/ap/eth_p_oui.h | 61 ++
src/ap/hostapd.c | 1 +
src/ap/hostapd.h | 9 +
src/ap/wpa_auth.c | 4 +
src/ap/wpa_auth.h | 157 +--
src/ap/wpa_auth_ft.c | 2245 +++++++++++++++++++++++++++++++++++------
src/ap/wpa_auth_glue.c | 238 ++++-
src/ap/wpa_auth_i.h | 33 +-
src/utils/common.h | 3 +
tests/hwsim/test_ap_ft.py | 79 +-
tests/hwsim/test_hapd_ctrl.py | 12 +-
18 files changed, 2672 insertions(+), 448 deletions(-)
create mode 100644 src/ap/eth_p_oui.c
create mode 100644 src/ap/eth_p_oui.h
--
2.1.4
More information about the Hostap
mailing list