Problem
wiretray can currently identify Wi-Fi adapters, but it does not know much about their hotspot capabilities.
Before creating a hotspot, we should understand what the adapter actually supports. Some devices may not support AP mode at all, while others may have limitations around bands, channels, or concurrent operation.
TODO
Discover and model adapter capabilities.
Things to handle:
- Detect AP mode support.
- Detect supported bands.
- Detect supported channels.
- Detect concurrent mode support.
- Expose capability information through domain models.
Notes
This will improve validation and provide a foundation for more advanced hotspot configuration in the future.
Problem
wiretraycan currently identify Wi-Fi adapters, but it does not know much about their hotspot capabilities.Before creating a hotspot, we should understand what the adapter actually supports. Some devices may not support AP mode at all, while others may have limitations around bands, channels, or concurrent operation.
TODO
Discover and model adapter capabilities.
Things to handle:
Notes
This will improve validation and provide a foundation for more advanced hotspot configuration in the future.