WPA2 via Radius

Any information on new attributes in V3 to enable this?

Can only find this in Documentation:

ATTRIBUTE Mikrotik-Wireless-Enc-Algo 6 integer Mikrotik
ATTRIBUTE Mikrotik-Wireless-Enc-Key 7 string Mikrotik


VALUE Wireless-Enc-Algo No-encryption 0
VALUE Wireless-Enc-Algo 40-bit-WEP 1
VALUE Wireless-Enc-Algo 104-bit-WEP 2

Nothing about WPA though.

The only helpful post is:

You can create WPA encryption scenario over RADIUS in the following way,
configure security-profile,
‘interface wireless security-profiles add mode=dynamic-keys authentication-types=wpa[2]-eap eap-methods=passthrough’
configure RADIUS client to communicate with RADIUS server.
Set appopriate configuration to the RADIUS server, then client connected to AP will get security settings from RADIUS server.

What would that appropriate config be??