Datasheet
RouterOS PHP class
162
[tx-ccq] => 95
[p-throughput] => 5361
[ack-timeout] => 30
[last-ip] => 192.168.9.14
[802.1x-port-enabled] => true
[wmm-enabled] => false
)
[1] => Array
(
[.id] => *7
[interface] => backbone
[radio-name] => XXXX
[mac-address] => 00:0C:42:XX:XX:XX
[ap] => true
[wds] => true
[rx-rate] => 54Mbps*2
[tx-rate] => 54Mbps*2
[packets] => 22113864,21168612
[bytes] => 3001775892,3956497045
[frames] => 20116089,17752199
[frame-bytes] => 2899204750,3906321077
[hw-frames] => 34728036,595903321
[hw-frame-bytes] => 4191331598,1269068004
[tx-frames-timed-out] => 0
[uptime] => 1d11:00:22
[last-activity] => 00:00:00
[signal-strength] => -62dBm@6Mbps
[signal-to-noise] => 33
[strength-at-rates] => -62dBm@6Mbps 0s,-61dBm@9Mbps 6m37s360ms,-63dBm@12Mbps
[tx-signal-strength] => -59
[tx-ccq] => 100
[rx-ccq] => 97
[p-throughput] => 55138
[nstreme] => true
[framing-mode] => best-fit
[framing-limit] => 3200
[routeros-version] => 4.2
[last-ip] => 192.168.254.2
[802.1x-port-enabled] => true
[compression] => false
[wmm-enabled] => true
)
)
$conn->getall("/interface/wireless/registration-table", ".id,interface,mac-address", FALSE, "mac-address");
$conn->getall(array("interface", "wireless", "registration-table"), array(".id", "interface", "mac-address"), FALSE, "mac-address");










