hostap/src/radius
Jouni Malinen 861beb7269 RADIUS DAS: Check for single session match for Disconnect-Request
Previously, the first matching STA was picked. That is not really the
design in RFC 5176, so extend this matching code to go through all
specified session identification attributes and verify that all of them
match. In addition, check for a possible case of multiple sessions
matching. If such a case is detected, return with Disconnect-NAK and
Error-Code 508 (multiple session selection not supported).

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
2015-01-16 12:50:16 +02:00
..
.gitignore Add build rules for src/radius/libradius.a 2009-12-24 11:59:08 +02:00
Makefile Add CONFIG_CODE_COVERAGE=y option for gcov 2013-11-24 19:16:12 +02:00
radius.c RADIUS: Define new attributes from RFC 5580 2014-10-18 09:30:35 +03:00
radius.h RADIUS: Define new attributes from RFC 5580 2014-10-18 09:30:35 +03:00
radius_client.c RADIUS client: Print a clear debug log entry if socket is not available 2014-11-23 17:41:13 +02: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: Check for single session match for Disconnect-Request 2015-01-16 12:50:16 +02:00
radius_das.h RADIUS DAS: Check for single session match for Disconnect-Request 2015-01-16 12:50:16 +02:00
radius_server.c ERP: Add ERP_FLUSH for hostapd 2014-12-14 15:47:04 +02:00
radius_server.h ERP: Add ERP_FLUSH for hostapd 2014-12-14 15:47:04 +02:00