Hi All,
I am working MUX IM driver sample. This sample has MediumArray of “NdisMedium802_3”.
I observed that binding parameters(NDIS_BIND_PARAMETERS) passed by NDIS are related to Ethernet Adapter to ProtocolBindAdapterEx(). And also saw multiple instances of “Local Area Connection” at location “ControlPanel/Network and Internet/Network Connections” if I install sample MUX-IM driver, even though few WLAN adapters(drivers are installed previously) are not physically connected. My doubt is why it is creating instances for not connected adapters? How to open NdisMediumNative802_11 or pass bind parameters of WLAN Adapter to ProtocolBindAdapterEx().?
Thanks,
Varshith