]> git.ipfire.org Git - thirdparty/hostap.git/commit
mka: Pass full structures down to macsec drivers' receive SA ops
authorSabrina Dubroca <sd@queasysnail.net>
Tue, 20 Sep 2016 07:43:09 +0000 (09:43 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 3 Oct 2016 10:26:26 +0000 (13:26 +0300)
commitcecdecdbe81c9ca86127413c6559be2d3ffcabd3
tree52d4ae213ba07d03c259c624236dd718c73b56b9
parent909c1b9835ecc9c115980e9827a9313c17dab22b
mka: Pass full structures down to macsec drivers' receive SA ops

Clean up the driver interface by passing pointers to struct receive_sa
down the stack to the {create,enable,disable}_receive_sa() ops, instead
of passing the individual properties of the SA.

Signed-off-by: Sabrina Dubroca <sd@queasysnail.net>
src/drivers/driver.h
src/drivers/driver_macsec_qca.c
src/pae/ieee802_1x_kay.h
src/pae/ieee802_1x_secy_ops.c
wpa_supplicant/driver_i.h
wpa_supplicant/wpas_kay.c