WlanSetProfileList

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

Microsoft documentation: Link

Last updated