-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
Nice work here. Thanks.
I would like to get a list of WIFI adapters. From what I can see, the class WlanApi has a array property on it called Interfaces, which contains a list of wifi interface adapters. Yet there is no public method on the Wifi class to return that list.
Can you add a method in Wifi.cs such as
public WlanInterface[] GetInterfaces()
{
return _client.Interfaces;
}
Thanks!
Metadata
Metadata
Assignees
Labels
No labels