hostap/src/radius
Helmut Schaa e5d34da25a hostapd: Force RADIUS socket renewal on RADIUS auth failures
On RADIUS auth/acct failures hostapd will try a new server if one is
available. Reuse the failover logic to force a socket renewal if only
one RADIUS server is configured.

This fixes problems when a route for the RADIUS server gets added after
the socket was "connected". The RADIUS socket is still sending the
RADIUS requests out using the previous route.

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
2015-10-06 01:27:29 +03:00
..
.gitignore Add build rules for src/radius/libradius.a 2009-12-24 11:59:08 +02:00
Makefile tests: Add ap-mgmt-fuzzer 2015-04-22 11:44:19 +03:00
radius.c RADIUS: Fix a copy-paste error in variable name 2015-04-29 12:08:27 +03:00
radius.h RADIUS: Define new attributes from RFC 5580 2014-10-18 09:30:35 +03:00
radius_client.c hostapd: Force RADIUS socket renewal on RADIUS auth failures 2015-10-06 01:27:29 +03:00
radius_client.h Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
radius_das.c RADIUS DAS: Avoid compiler warning on abs() 2015-07-07 16:25:06 +03:00
radius_das.h RADIUS DAS: Support Acct-Multi-Session-Id as a session identifier 2015-01-16 13:09:44 +02:00
radius_server.c EAP server: Add tls_session_lifetime configuration 2015-08-24 02:29:30 +03:00
radius_server.h EAP server: Add tls_session_lifetime configuration 2015-08-24 02:29:30 +03:00