WlanEnumInterfaces function wlanapi
int
WlanEnumInterfaces(
- HANDLE hClientHandle,
- Pointer<
Pointer< ppInterfaceListWLAN_INTERFACE_INFO_LIST> >
Enumerates all of the wireless LAN interfaces currently enabled on the local computer.
To learn more, see learn.microsoft.com/windows/win32/api/wlanapi/nf-wlanapi-wlanenuminterfaces.
Implementation
@pragma('vm:prefer-inline')
int WlanEnumInterfaces(
HANDLE hClientHandle,
Pointer<Pointer<WLAN_INTERFACE_INFO_LIST>> ppInterfaceList,
) => _WlanEnumInterfaces(hClientHandle, nullptr, ppInterfaceList);