Questions: What type of AP are you using? Do you have SNMP enabled on the AP? Are you able to get other data Via SNMP?
??? it only works in station ???
* Hi, thnx for the answer
* AP mode = AP bridge on RB 433ah, rb 411, rb 133c.
* SNMP is enable
* i can get snmp data from anywhere
otherwise i've already tried this:
Code:
Function
Name: AP_Frequency
Description: Query AP TX Frequency
Function: oid("x.x.x.x.x.x.x.x.x.x.x.x.x")
Then in the device appearance you can add the frequency to display on the device.
Code:
[AP_Frequency()]
You can also place the oid directly in the appearance however, you need to remember to place the brackets around the oid.
Code:
[oid("x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x")]
You can duplicate this for the RX Frequency also if needed.
but.... it doesn't work... only works in any station mode.
with this funtion the result it's "0"
note: Snmp walk doesn't show frequency value on AP mode.
station mode shows the frequency value but i don't need it.