]> git.ipfire.org Git - thirdparty/hostap.git/commit
Allow arbitrary RADIUS attributes to be added into Access-Accept
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 7 Mar 2014 21:19:52 +0000 (23:19 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 8 Mar 2014 09:35:08 +0000 (11:35 +0200)
commitd0ee16edc85ada9693d311ad6a6515d55879638f
treef5a545a73bfaaf99704c7f2792bc3dd7d77ef740
parent0ac3876627d2fdd9d6b4bd19a2475c00ee3c62e3
Allow arbitrary RADIUS attributes to be added into Access-Accept

This extends the design already available for Access-Request packets to
the RADIUS server and Access-Accept messages. Each user entry can be
configured to add arbitrary RADIUS attributes.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
hostapd/config_file.c
hostapd/hostapd.eap_user
src/ap/ap_config.c
src/ap/ap_config.h
src/ap/authsrv.c
src/eap_server/eap.h
src/radius/radius_server.c