Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DebugEngine.GetAllWirelessAPConfigurations() does not return any configuration even when one is setup #1593

Open
Ellerbach opened this issue Jan 23, 2025 · 0 comments

Comments

@Ellerbach
Copy link
Member

Tool

Visual Studio extension

Description

When using the DebugEngine, retriving the configuration for the Wireless AP always return en empty collection even when the Wireless AP is properly setup (from the sample app for example).

var ret = DebugEngine.GetAllWirelessAPConfigurations()
// ret is always an empty collection

Also NetworkInterfaceType doens't contains WirelessAP (72) while it's present on the managed layer.

How to reproduce

  1. Run the WifiAP sample so that, you are sure that the WirelessAP is properly setup (use your phone to check).
  2. From nanoff source code or VS extension or anything like this where the device is connected, run var ret = DebugEngine.GetAllWirelessAPConfigurations()

Expected behaviour

The collection should contains something at least once a WirelessAP has been setup.

Screenshots

Image

Aditional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants