]> git.ipfire.org Git - thirdparty/hostap.git/commit
RADIUS server: Use struct eap_config to avoid duplicated definitions
authorJouni Malinen <j@w1.fi>
Mon, 19 Aug 2019 23:32:05 +0000 (02:32 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 19 Aug 2019 23:33:12 +0000 (02:33 +0300)
commitfa1f0751cc259dd76325556b8460864aa408cad9
tree0efee3351ffea0bb95f1b91d14e572ed7c0c76d0
parenta00cb1b1f5921409fdad948baeb0d26fa4736604
RADIUS server: Use struct eap_config to avoid duplicated definitions

Use struct eap_config as-is within RADIUS server to avoid having to
duplicate all the configuration variables at each interface. This
continues cleanup on struct eap_config duplication in hostapd.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/authsrv.c
src/ap/ieee802_1x.c
src/radius/radius_server.c
src/radius/radius_server.h