list_clients
Retrieve a list of connected wireless clients with connection details such as name, MAC, IP, SSID, band, SNR, connected AP, and auth type. Filter by SSID or band.
Instructions
List connected wireless clients with connection details.
Returns client name, MAC, IP, SSID, band, SNR, connected AP, and auth type. For a single client's full details, use find_client_by_mac instead.
Args: ssid: Filter by SSID name (exact match, server-side). Empty for all. band: Filter by wireless band (exact match, server-side). Empty for all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ssid | No | ||
| band | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |