Hi,
We made a Kernel driver for a network card using the NetAdapterCX class extension.
We are using Windows 10
NT_TARGETVERSION is Windows 10.0.19041
KMDF version is 1.31
Network Adapter Version is 2.0
We have 4 network interfaces on the network card.
All ports are working (I can transmit and receive network packets)
In a command prompt, the IPCONFIG.EXE shows all network card interface of the network card (4 interfaces)
But
In the windows “Control Panel\All Control Panel Items\Network Connection”
I only sees the first network interface, So I only can change the property of the first interface.
Note: My PCIe card has one “base address” and one “PCIe function” (PCI Bus 1, device 0, function 0).
How can I make the other interface visible in the control panel?
Thanks.