Network Driver Samples (Windows Embedded CE 6.0)
1/6/2010
Sample NDIS and RNDIS driver code appear in both of the following directories:
- %_WINCEROOT%\Public\Common\OAK\Drivers\Ndisuio
- %_WINCEROOT%\Public\Common\OAK\Drivers\NetCard
AR6000 SDIO Driver Sample
The AR6000 (AR6K) SDIO driver source file is located under %_WINCEROOT%\Public\Common\OAK\Drivers\NetCard.
To generate the AR6K SDIO driver, the following SYSGEN variables need to be set:
- SYSGEN_ETH_80211
- SYSGEN_SDBUS
To include the AR6K SDIO driver and its dependencies in an image, the following BSP flags need to be set at makeimg time:
- BSP_NIC_AR6K_SDIO
- BSP_SDHC_ELLEN
See Also
Concepts
Automatic Configuration Samples
Network Driver Development Concepts
Network Driver Registry Settings