Skip to content

Detect Wi-Fi adapter hotspot capabilities #5

Description

@AghastyGD

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions