

When I go to Start/Control Panel/Systems/Hardware/Device Managers/Network Adapters, there are listed 1394 Net Adapter, Linksys LNE 100TX(v5)Fast Ethernet Adapter, and Microsoft Tun Miniport Adapter #2 (which his marked with a yellow spot with a black exclamation point in it. Exposing the underlying physical miniport adapters as NDIS ports allows the EAP protocol to target a particular physical device.I just installed a WRT54G,v5, wireless router to my hp a650y desktop computer using Windows XP Home Edition. The EAP protocol then does not have any access to the underlying physical miniport adapters. In that case, the NDIS interfaces prior to NDIS 6.0 hide the subinterfaces, and the EAP protocol cannot choose which underlying physical device should carry the EAP packets. If multiple physical devices are associated with a single virtual device, the EAP protocol is bound to the virtual device. For example, the Extensible Authentication Protocol (EAP) protocol must specify the physical device that an EAP packet is sent or received on. In some applications, the ability to address the subinterfaces that are below virtual miniports is either required or simplifies the design. For more information about intermediate drivers and virtual miniports, see NDIS 6.0 Intermediate Drivers. Also, a driver that combines both failover and VLAN functionality can create a set of virtual miniports ( N number of VLANs) while the driver is bound to multiple physical devices ( M number of physical devices). For example, an intermediate driver that implements failover functionality can create one virtual miniport to support multiple physical devices, and a virtual LAN (VLAN) intermediate driver can create multiple virtual miniports that are associated with a single physical device. In many cases, there is no one-to-one relationship between the underlying physical devices and virtual miniports. NDIS intermediate drivers can bind to underlying miniport adapters and expose virtual miniports that overlying protocol drivers bind to.

NDIS intermediate drivers provide interfaces for virtual devices that are called virtual miniports. In most cases, the overlying drivers do not require information about the virtual or physical nature of the miniport adapter or information about the physical device at the bottom of the driver stack.Īn NDIS miniport adapter can provide an interface for a physical device or a virtual device. For example, each miniport adapter has its own IP and MAC address. The architecture of the driver stack is much simpler because every network interface is treated as a miniport adapter. In NDIS, network interfaces are associated with miniport adapters, and subinterfaces of a miniport adapter are called NDIS ports. This section introduces NDIS ports, which are an NDIS 6.0 feature and which enable overlying networking layers to access subinterfaces.
