Add preliminary RADIUS dynamic authorization server (RFC 5176)
authorJouni Malinen <j@w1.fi>
Sun, 6 May 2012 19:02:42 +0000 (22:02 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 6 May 2012 19:02:42 +0000 (22:02 +0300)
commitb031338cf080a07e23ad5ca75e577b49a23b8093
tree8331e43a3f08996225af8988ccc0cea9be45a082
parentaf35e7af7f8bb1ca9f0905b4074fb56a264aa12b
Add preliminary RADIUS dynamic authorization server (RFC 5176)

This adds the basic DAS mechanism to enable hostapd to be configured
to request dynamic authorization requests (Disconnect-Request and
CoA-Request). This commit does not add actual processing of the
requests, i.e., this will only receive and authenticate the requests
and NAK them regardless of what operation is requested.

Signed-hostap: Jouni Malinen <j@w1.fi>
hostapd/Makefile
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/ap_config.c
src/ap/ap_config.h
src/ap/hostapd.c
src/ap/hostapd.h
src/radius/radius.c
src/radius/radius.h
src/radius/radius_das.c [new file with mode: 0644]
src/radius/radius_das.h [new file with mode: 0644]