]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/drivers/driver.h
mka: Pass full structures down to macsec drivers' packet number ops
authorSabrina Dubroca <sd@queasysnail.net>
Tue, 20 Sep 2016 07:43:05 +0000 (09:43 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 3 Oct 2016 09:54:08 +0000 (12:54 +0300)
commit7fa5eff8abbbff4f3385932175b080aad40bf211
tree4e33ab0cb6b6de218a77a0422a646a76b79d830d
parentf75f6e2b03fa5e807142a37039b0b613565eafa7
mka: Pass full structures down to macsec drivers' packet number ops

Clean up the driver interface by passing pointers to structs transmit_sa
and receive_sa down the stack to get_receive_lowest_pn(),
get_transmit_next_pn(), and set_transmit_next_pn() ops, instead of
passing the individual arguments.

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