[RFC] [PATCHv2] Use radius supplied PSK / Passphrase for WPA-PSK
michael-dev at fami-braun.de
michael-dev
Tue Nov 29 12:34:19 PST 2011
Hi,
I wanted to use the per-device-PSK (WPA) feature in conjunction with a radius server that does the authorization checking and should supply the psk.
I found RouterOS to have a feature like this (Miktronik-Wireless-PSK or so radius attribute) but no source and a hint on this mailing list
that it should not be difficult to implement.
Please find a patch against git head attached that compiles fine and is currently under testing.
To use this, one needs to enable the macaddr_acl = RADIUS setting and have wpa_psk_radius=1.
For Freeradius, one needs to add
VENDOR Hostapd 7492
ATTRIBUTE Hostapd-PSK 1 integer Hostapd
ATTRIBUTE Hostapd-Passphrase 2 string Hostapd
to the dictionary file and make sure that either Hostapd-Passphrase or Hostapd-PSK (the latter has higher priority) is in the radius reply.
The PSK should be supplied hex encoded, the passphrase is turned into a psk by hostapd.
Regards,
M. Braun
--
Changes since v1:
* sent wrong file, changes only apply to documentation part
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hostapd-add-radius-wsk.diff
Type: text/x-diff
Size: 12618 bytes
Desc: not available
Url : http://lists.shmoo.com/pipermail/hostap/attachments/20111129/46e9a2ca/attachment.diff
More information about the Hostap
mailing list