tn3399_openwrt/package/network/services/hostapd
Felix Fietkau 9a22315ca4 hostapd: Settings for DAE/CoA server
hostapd supports "Dynamic Authorization Extensions", making it possible
to forcibly disconnect a user by sending it a RADIUS "Disconnect-Request"
packet.

I've added three new variables to enable setting of the
"radius_das_client" and "radius_das_port" variables in the hostapd
configuration, which enable these extensions.

* dae_client - IP of the client that can send disconnect requests
* dae_secret - shared secret for DAE packets

These are combined into the "radius_das_client" option in hostapd.conf
To enable the server, both dae_client and dae_secret must be set.

* dae_port - optional, default value is 3799 as specified in RFC 5176

Signed-off-by: Martijn van de Streek <martijn@vandestreek.net>

SVN-Revision: 37734
2013-08-06 18:55:30 +00:00
..
files hostapd: Settings for DAE/CoA server 2013-08-06 18:55:30 +00:00
madwifi hostapd: include the madwifi headers in the package directory to avoid compile breakage if the madwifi build fails 2013-03-05 22:06:30 +00:00
patches hostapd: Fix WDS/WEP usage 2013-08-06 17:59:12 +00:00
Config.in build: consistently use 'depends on' instead of 'depends' 2013-04-17 15:36:41 +00:00
Makefile hostapd: truncate default mac file before adding entries to it (#13797) 2013-07-01 10:52:35 +00:00