scan_wlan
Scan for available Wi-Fi networks on a specified WLAN interface, with automatic adapter selection and support for hidden SSIDs.
Instructions
Scan for Wi-Fi networks.
Namespace-aware, with automatic monitor adapter selection. If multiple monitor adapters exist and no interface is given, returns 'needsSelection' with candidates instead of scanning — call again with one of the candidate interfaces.
To connect to a network found by this scan, create and activate a network configuration (create_network_config / activate_network_config).
Args: interface: WLAN interface to scan with (e.g. 'wlan0'); auto-selected if omitted namespace: Optional network namespace the interface lives in include_hidden: Include hidden SSIDs in results detail: 'short' for list-friendly fields plus RF extensions, 'full' for everything
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | short | |
| interface | No | ||
| namespace | No | ||
| include_hidden | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||