[PATCHv7 0/8] Improvements for FT roaming

Michael Braun michael-dev at fami-braun.de
Sat Apr 22 01:46:35 PDT 2017


Hi,

here comes the fixed patchset.
Changes:
 - fix timestamp check in sequence numbering
 - free r.kh->seq in wpa_ft_deinit
 - free dynamically added r.kh in wpa_ft_deinit

The full updated series including these changes can be found here:
https://github.com/michael-dev/hostapd/tree/dev-20170422

Regards,
M. Braun

Jouni Malinen (1):
  tests: FT using old style key for AP-to-AP protocol

Michael Braun (7):
  FT: Replace inter-AP protocol with use of OUI Extended Ethertype
  FT: New RRB message format
  tests: Update FT test cases for new RRB message format
  FT RRB: Add msg replay and msg delay protection
  tests: Update FT RRB function names
  FT: add support for wildcard R0KH / R1KH
  test: FT with broadcasts

 hostapd/Android.mk            |    9 +
 hostapd/Makefile              |    9 +
 hostapd/config_file.c         |   33 +-
 hostapd/hostapd.conf          |   41 +-
 hostapd/main.c                |    3 +
 src/ap/ap_config.c            |    4 +
 src/ap/ap_config.h            |    4 +
 src/ap/eth_p_oui.c            |  191 ++++
 src/ap/eth_p_oui.h            |   28 +
 src/ap/hostapd.c              |    1 +
 src/ap/hostapd.h              |    9 +
 src/ap/wpa_auth.c             |    4 +
 src/ap/wpa_auth.h             |  156 +--
 src/ap/wpa_auth_ft.c          | 2296 +++++++++++++++++++++++++++++++++++------
 src/ap/wpa_auth_glue.c        |  239 ++++-
 src/ap/wpa_auth_i.h           |   33 +-
 src/utils/common.h            |    3 +
 tests/hwsim/test_ap_ft.py     |  107 +-
 tests/hwsim/test_hapd_ctrl.py |   12 +-
 19 files changed, 2739 insertions(+), 443 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