WlanScan

[DllImport("wlanapi.dll", SetLastError = true)]
public static extern uint WlanScan(
   IntPtr hClientHandle,
   ref GUID pInterfaceGuid,
   IntPtr pDot11Ssid,
   IntPtr pIeData,
   IntPtr pReserved
);

Microsoft documentation: Link

Last updated