[PATCH 0/4] more mka updates
Sabrina Dubroca
sd at queasysnail.net
Fri Oct 21 05:45:25 PDT 2016
Patch 1 is an update of a patch that was part of a previous set, with
the lookup condition fixed.
Patch 2 documents some structs from the standard and adds one that was
missing.
Patch 3 adds a driver op to remove secure associations. Drivers don't
need to implement it, but if they need to perform some work when the
association is deleted, they should do so at this point.
Patch 4 implements reference counting for keys.
Sabrina Dubroca (4):
mka: remove "channel" hacks from the stack and the macsec_qca driver
mka: sync structs definitions with 802.1X-2010
mka: add support for removing SAs
mka: implement reference counting on data_key
src/drivers/driver.h | 32 ++++----
src/drivers/driver_macsec_qca.c | 170 +++++++++++++++++++++++++++++++++-------
src/pae/ieee802_1x_kay.c | 142 +++++++++++++++++++++------------
src/pae/ieee802_1x_kay.h | 19 ++---
src/pae/ieee802_1x_kay_i.h | 93 +++++++++++++++++++++-
src/pae/ieee802_1x_secy_ops.c | 74 ++++++++---------
src/pae/ieee802_1x_secy_ops.h | 3 +
wpa_supplicant/driver_i.h | 34 ++++----
wpa_supplicant/wpas_kay.c | 28 +++----
9 files changed, 422 insertions(+), 173 deletions(-)
--
2.10.0
More information about the Hostap
mailing list