start_profiler
Start a Wi-Fi profiler that creates a fake access point to capture client association frames and determine 802.11 capabilities, including PHY support and spatial streams.
Instructions
Start the wlanpi-profiler to capture 802.11 client capability information.
The profiler brings up a fake AP and captures association frames from clients to determine their 802.11 capabilities (PHY support, spatial streams, etc.).
Args: interface: WLAN interface to use (e.g. 'wlan0') channel: 802.11 channel number to operate on frequency: Frequency in MHz (alternative to channel) ssid: SSID for the fake AP (default chosen by profiler) no11r: Disable 802.11r (Fast BSS Transition) support no11ax: Disable 802.11ax (Wi-Fi 6) support no11be: Disable 802.11be (Wi-Fi 7) support wpa3_personal: Enable WPA3-Personal only mode wpa3_personal_transition: Enable WPA3-Personal Transition mode noAP: Run without bringing up an AP (passive capture only) debug: Enable debug logging in profiler
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noAP | No | ||
| ssid | No | ||
| debug | No | ||
| no11r | No | ||
| no11ax | No | ||
| no11be | No | ||
| channel | No | ||
| frequency | No | ||
| interface | No | ||
| wpa3_personal | No | ||
| wpa3_personal_transition | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||