PPSK with RADIUS?

Hello,

I’m currently using multiple OpenWrt based access points with both WPA2-EAP and WPA2-PSK using a freeradius server for access management. I would like to replace older OpenWrt access points by Mikrotik ones, but a major requirement is, that PPSK using radius is supported.

I’ve noticed, that Mikrotik added PPSK using local configurations, but haven’t seen any information whether radius can be used for WPA2-PSK. My radius server configuration looks like:

"aabbccddeeff"  Cleartext-Password := "aabbccddeeff", Calling-Station-Id == "AA-BB-CC-DD-EE-FF"
                Tunnel-Password:0 = "supersecretpassword",
                Tunnel-Type = "VLAN",
                Tunnel-Medium-Type = "IEEE-802",
                Tunnel-Private-Group-ID = "42"

OpenWrt is very easy to setup, just like:

        option encryption 'psk2'
        option ppsk '1'
        option auth_server 'radius.example.com'
        option auth_secret 'radiusserverpassword'
        option dynamic_vlan '2'
        option 'vlan_tagged_interface' 'eth0'
        option 'vlan_bridge' 'br-vlan'
        option 'vlan_naming' '0'

Question: Does Mikrotik support PPSK with radius? If no, is it planned in the near future?

Thanks,
Arnd