Skip to content

Method To Return Interfaces #49

@MaroisConsulting

Description

@MaroisConsulting

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions