Frequency/channel from snmp

How i can get information about frequency/channel from mt3.30 in ap mode?
I try search in oids but nothing usefull…

Access Point mode provides information only for,


interface wireless registration-table print oid 
 0 strength=.1.3.6.1.4.1.14988.1.1.1.2.1.3.0.12.66.58.235.82.4 
   tx-bytes=.1.3.6.1.4.1.14988.1.1.1.2.1.4.0.12.66.58.235.82.4 
   rx-bytes=.1.3.6.1.4.1.14988.1.1.1.2.1.5.0.12.66.58.235.82.4 
   tx-packets=.1.3.6.1.4.1.14988.1.1.1.2.1.6.0.12.66.58.235.82.4 
   rx-packets=.1.3.6.1.4.1.14988.1.1.1.2.1.7.0.12.66.58.235.82.4 
   tx-rate=.1.3.6.1.4.1.14988.1.1.1.2.1.8.0.12.66.58.235.82.4 
   rx-rate=.1.3.6.1.4.1.14988.1.1.1.2.1.9.0.12.66.58.235.82.4

i know ;(


in mt 4.x or 5.x same situation?

OK, why in AP mode we have:

/interface wireless print oid 
 0 tx-rate=.1.3.6.1.4.1.14988.1.1.1.3.1.2.1 rx-rate=.1.3.6.1.4.1.14988.1.1.1.3.1.3.1 ssid=.1.3.6.1.4.1.14988.1.1.1.3.1.4.1 bssid=.1.3.6.1.4.1.14988.1.1.1.3.1.5.1 
   client-count=.1.3.6.1.4.1.14988.1.1.1.3.1.6.1 frequency=.1.3.6.1.4.1.14988.1.1.1.3.1.7.1 band=.1.3.6.1.4.1.14988.1.1.1.3.1.8.1 
   noise-floor=.1.3.6.1.4.1.14988.1.1.1.3.1.9.1 overall-ccq=.1.3.6.1.4.1.14988.1.1.1.3.1.10.1

result:

snmpwalk -v2c -c public host .1.3.6.1.4.1.14988.1.1.1.3.1.7                                                  |
iso.3.6.1.4.1.14988.1.1.1.3.1.7.23 = INTEGER: 2412

ROS 6.2