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
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!
The text was updated successfully, but these errors were encountered:
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
Thanks!
The text was updated successfully, but these errors were encountered: