print stats with only-specific-details in /wireless registra

I’ve noticed with you go to:

/interface wireless registration-table print you get the interface, radio-name, mac-address, ap, signal-strength, and tx-rate

The data that I need is actually contained in /interface wireless registration-table print stats

The problem is that some radios report more information than other and it’s making the regular expressions in my application quite complicated.

I would like to know if such a command is possible:

/interface wireless registration-table print-list=interface, signal-strength, tx-ccq, routeros-version, etc.

In order words, is it possible to only print selected data in a print stats command? :slight_smile:

you can print data per interface
/interface wireless registration-table print stats interface=wlan1

To get only needed data, you can do print stats interface=wlan1 as-value .. and from value list extract values you need.