wireless_registrations
Retrieve wireless clients currently associated with a MikroTik device, with MAC, signal, interface and uptime. Handles both ROS7 and ROS6 paths.
Instructions
List wireless clients currently associated to the device (mac, signal, interface, uptime).
RouterOS exposes this under two different paths depending on generation: ROS7's wifi package (/interface/wifi/registration-table) or ROS6's wireless package (/interface/wireless/registration-table). This tries ROS7 first, falls back to ROS6, and returns an empty list
rather than raising - for a device with no wireless radio at all (or the relevant package not installed), since that is a completely normal, expected state for a wired-only device.
RAW rows, as RouterOS returns them - see get_wireless_link_quality
(v1.11) for the same registration-table data normalized into a fixed
CCQ/rate/distance shape for PtP/PtMP diagnosis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |