You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
varret=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
Run the WifiAP sample so that, you are sure that the WirelessAP is properly setup (use your phone to check).
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
Aditional context
No response
The text was updated successfully, but these errors were encountered:
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).
Also
NetworkInterfaceType
doens't contains WirelessAP (72) while it's present on the managed layer.How to reproduce
var ret = DebugEngine.GetAllWirelessAPConfigurations()
Expected behaviour
The collection should contains something at least once a WirelessAP has been setup.
Screenshots
Aditional context
No response
The text was updated successfully, but these errors were encountered: