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

Method To Return Interfaces #49

Open
MaroisConsulting opened this issue Jun 28, 2024 · 0 comments
Open

Method To Return Interfaces #49

MaroisConsulting opened this issue Jun 28, 2024 · 0 comments

Comments

@MaroisConsulting
Copy link

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!

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

No branches or pull requests

1 participant