Try this: diag wireless-controller wlac -d sta It does not ONLY show the connected clients. You can filter the output by not displaying the devices without IP.
diag wireless-controller wlac -d sta | grep -v 0.0.0.0
This works in version 5.0.x i have not tested this in any other version ;)