read wireless params

Dear All,

I read wireless params with a script, which write to log:

:foreach i in=[ /int wir find mode=“ap-bridge”] do={
:log info ("Interface: " . [/int wir get $i name])
}

I can read lots of params, for example frequency and mac, but

1., I can’t read: no. of registered clients, overall tx CCQ (what I see in winbox, “status”)
2., I can read, but I think I get wrong numbers: ack-timeout (“default”), noise-floor (“default”)

Have you got an idea, what will be the good script for there params?

MT 3.30

Thanks!

take a look at /in wireless registration table, where you can see some of values you mention.

I can read info from /in wi reg, but it is in /in wi. It is the info about ap, not clients.

Anybody? From Mikrotik?