WiFi Framework C++ Edition

◆ EnumInterfaces()

int EnumInterfaces ( wclWiFiInterfaces Ifaces)

Enumerates all of the wireless LAN interfaces currently enabled on the local computer.

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 wclCommon::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