]> git.ipfire.org Git - thirdparty/hostap.git/commit
driver: Move set_key() parameters into a struct
authorJouni Malinen <jouni@codeaurora.org>
Wed, 8 Jan 2020 20:15:18 +0000 (22:15 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 8 Jan 2020 22:48:57 +0000 (00:48 +0200)
commitf82254645170fa02bb59c4fbc996dba6c173adca
tree194262adbf0e7ca606a81e6a22a092b36ba45815
parent283be365c346d1e353e0ed182fcdf978b0ba9ac5
driver: Move set_key() parameters into a struct

This makes it more convenient to add, remove, and modify the parameters
without always having to update every single driver_*.c implementation
of this callback function.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
13 files changed:
src/ap/ap_drv_ops.c
src/drivers/driver.h
src/drivers/driver_atheros.c
src/drivers/driver_bsd.c
src/drivers/driver_hostap.c
src/drivers/driver_ndis.c
src/drivers/driver_nl80211.c
src/drivers/driver_openbsd.c
src/drivers/driver_privsep.c
src/drivers/driver_wext.c
src/drivers/driver_wext.h
wpa_supplicant/driver_i.h
wpa_supplicant/wpa_priv.c