hostap/src/radius
Michael Braun 05ab9712b9 Allow WPA passphrase to be fetched with RADIUS Tunnel-Password attribute
This allows per-device PSK to be configured for WPA-Personal using a
RADIUS authentication server. This uses RADIUS-based MAC address ACL
(macaddr_acl=2), i.e., Access-Request uses the MAC address of the
station as the User-Name and User-Password. The WPA passphrase is
returned in Tunnel-Password attribute in Access-Accept. This
functionality can be enabled with the new hostapd.conf parameter,
wpa_psk_radius.

Signed-hostap: Michael Braun <michael-dev@fami-braun.de>
2011-12-11 13:01:57 +02:00
..
.gitignore Add build rules for src/radius/libradius.a 2009-12-24 11:59:08 +02:00
Makefile Remove unnecessary SUBDIRS loops from src/*/Makefile 2010-04-17 17:10:31 +03:00
radius.c Allow WPA passphrase to be fetched with RADIUS Tunnel-Password attribute 2011-12-11 13:01:57 +02:00
radius.h Allow WPA passphrase to be fetched with RADIUS Tunnel-Password attribute 2011-12-11 13:01:57 +02:00
radius_client.c hostapd: Fix RADIUS client configuration update on reconfig 2011-02-10 22:12:29 +02:00
radius_client.h hostapd: Fix RADIUS client configuration update on reconfig 2011-02-10 22:12:29 +02:00
radius_server.c Add MSK dump mechanism into hostapd RADIUS server for testing 2011-12-09 00:15:04 +02:00
radius_server.h Add MSK dump mechanism into hostapd RADIUS server for testing 2011-12-09 00:15:04 +02:00