Remote NDIS Drivers (Compact 2013)
3/26/2014
Remote Network Driver Interface Specification (NDIS) drivers provide functionality for a Windows Embedded Compact-based device to act as a host computer's network miniport driver across a plug-and-play I/O bus such as USB. Remote NDIS moves NDIS-handling functionality from the host computer into a Windows Embedded Compact-based device, allowing for a wide range of network device functionality and performance levels that would otherwise not be possible with a typical NDIS network adapter.
For reference information, see RNDIS Driver Reference.
Sample code for Network Driver Interface Specification (NDIS) drivers is available in %_WINCEROOT% at the locations listed below.
Driver |
Description |
Location |
---|---|---|
E1000BEX |
NDIS miniport driver for the Intel 82559 Ethernet controller. |
Public\Common\OAK\Drivers\netcard\e100bex |
NE2000 |
NDIS miniport driver for the NE2000 Ethernet controller. |
Public\Common\OAK\Drivers\netcard\ne2000 |
SMSC100FD |
NDIS miniport driver for the SMSC100FD Ethernet controller. |
Public\Common\OAK\Drivers\netcard\smsc100fd |
AR6002 |
NDIS miniport driver for the AR6002 Wifi adapter. |
Public\Common\OAK\Drivers\netcard\ar6k2_nwf |
Asyncmac |
NDIS remote access serial network driver for point-to-point protocol (PPP) use. |
Public\Common\OAK\Drivers\netsamp\asyncmac |
VMINI |
NDIS null miniport driver. |
Public\Common\OAK\Drivers\netcard\vmini |
Pass-through |
NDIS intermediate miniport driver. A pass-through driver that does not modify network packets. |
Public\Common\OAK\Drivers\netsamp\passthru |
NdisPwr |
A code module that remembers the power state of an NDIS adapter. |
Public\Common\OAK\Drivers\netsamp\NdisPwr |
Lwfilter |
NDIS lightweight filter driver. |
Public\Common\OAK\Drivers\netsamp\lwfilter |
Ndisconfig |
NDIS configuration utility. |
Public\Common\OAK\Drivers\netsamp\ndisconfig |
Ndisuio |
NDIS user I/O utility. |
Public\Common\OAK\Drivers\ndisuio |