WiFi Framework C++ Edition

◆ EnumInterfaces()

int EnumInterfaces ( wclWiFiInterfaces Ifaces)

Enumerate secondary interfaces of the current WLAN adapter.

Parameters
IfacesThe dynamic array of the wclWiFiInterfaceData structures which receives the returned list of wireless LAN interfaces.
Returns
If the function succeeds, the return value is WCL_E_SUCCESS.

If the function fails, the return value may be one of the WCL error codes.

An application is responsible for releasing a memory allocated for the Ifaces dynamic array.

See also
wclWiFiInterfaces