MT Wireless AP with athentication against RADIUS

Hello,

Is it possble to configure MT to authenticate against external RADIUS server using USERNAME (no MAC address as username) and password?
I see examples where clients MAC address is sent as username, but is it possible that MT passes through Radius auth requests using username AND password?

Thanks

Really nobody knows???

Does not seem you can do it with Wireless directly, but can do it using Hotspot

Solved. You can do it. And it works. Both wireless and Capsman configs work.

/radius add accounting-backup=no accounting-port=1813 address=RADIUS_SRV_IP
authentication-port=1812 called-id=“” disabled=no domain=“” realm=“”
secret=RADIUS_SHARED_SECRET service=wireless src-address=YOUR_ROUTER_REQUEST_SOURCE_IP_OPTIONAL timeout=300ms

And then under wireless security profile (simple or CAPS):
WPA2 EAP
Encr and group encr = AES
RADIUS EAP Accounting = yes
EAP method = passthrough

Well done! And thx for the feedback, I learned something new