How to get radio name, data rates and Tx power?

Hello,

I run CLI /interface/wireless/print,but,where is the radio name of wlan1?
And how to set data rates, Tx power?

Thanks a lot for help!



run CLI /interface/wireless/print, the return is:
!re
=.id=*10
=name=wlan1
=mtu=1500
=l2mtu=2290
=mac-address=00:15:6D:74:05:74
=arp=enabled
=interface-type=Atheros AR5413
=mode=ap-bridge
=ssid=fri
=frequency=2427
=band=2ghz-b/g
=channel-width=5mhz
=scan-list=default
=wireless-protocol=any
=antenna-mode=ant-a
=wds-mode=disabled
=wds-default-bridge=none
=wds-ignore-ssid=false
=bridge-mode=enabled
=default-authentication=true
=default-forwarding=true
=default-ap-tx-limit=0
=default-client-tx-limit=0
=hide-ssid=false
=security-profile=default
=interworking-profile=disabled
=compression=false
=running=false
=disabled=false

Try ask for them explicitly by using .proplist argument.
http://wiki.mikrotik.com/wiki/Manual:API#Query_word
see the OID section for .proplist example

Try also to add a “=details=” argument to your request.

thanks a lot!

Thank you!

Add “=detail=”, I got the same output.