vsz_disconnect_client
Disconnect a wireless client from an access point by providing the client's MAC address and the AP's MAC address to terminate its current session.
Instructions
Disconnect (deauthenticate) a wireless client.
Requires both the client MAC and the AP MAC it is connected to.
Args:
host: vSZ controller IP or hostname.
client_mac: Client MAC address.
ap_mac: AP MAC address the client is associated with.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| ap_mac | Yes | ||
| client_mac | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |