]> git.ipfire.org Git - thirdparty/hostap.git/commit - hostapd/config_file.c
Allow WPA passphrase to be fetched with RADIUS Tunnel-Password attribute
authorMichael Braun <michael-dev@fami-braun.de>
Sun, 11 Dec 2011 11:01:57 +0000 (13:01 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 11 Dec 2011 11:01:57 +0000 (13:01 +0200)
commit05ab9712b9977192b713f01f07c3b14ca4d1ba78
tree1e97b6daa1f6f5053e97b58be2955bd65a30c696
parentc3daaf3325563ccbe0d8c3a8c8b729683a9d68c2
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>
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/ap_config.h
src/ap/ieee802_11.c
src/ap/ieee802_11_auth.c
src/ap/ieee802_11_auth.h
src/ap/sta_info.c
src/ap/sta_info.h
src/ap/wpa_auth_glue.c
src/radius/radius.c
src/radius/radius.h