

- #Wan miniport sstp driver how to
- #Wan miniport sstp driver install
- #Wan miniport sstp driver drivers
- #Wan miniport sstp driver update
#Wan miniport sstp driver how to
For more information about how to distribute a driver, see Distributing a Driver.

#Wan miniport sstp driver update
If your driver meets the quality standards that are defined for the Windows Hardware Lab Kit (HLK), you can distribute it through the Microsoft Windows Update program. The final step is to sign (optional) and distribute the driver.

Step 11: Sign and distribute your driver.
#Wan miniport sstp driver install
For more information about how to install an NDIS driver, see Components and Files Used for Network Component Installation and Notify Objects for Network Components. Step 10: Create a driver package for your driver.įor more information about how to install drivers, see Providing a Driver Package. This process will help ensure that you build a driver that works. See the porting guides if you are porting an existing driver:įor more information about iterative building, testing, and debugging, see Overview of Build, Debug, and Test Process. Step 9: Develop (or port), build, test, and debug your NDIS driver. Miniport Driver with a WDM Lower Interface Obtaining and Setting Miniport Driver Information and NDIS Support for WMI
#Wan miniport sstp driver drivers
Step 8: (optional reading) Additional considerations for Miniport Drivers.Īdditional considerations include topics that expand on the primary interfaces that are described in the writing miniport drivers section. Step 7: Review the NDIS miniport driver sample in the Windows driver samples repository on GitHub. NDIS provides Ndis Xxx functions that miniport drivers call to perform NDIS operations. These interfaces included functions that miniport drivers provide ( MiniportXxx functions) and NDIS calls to initiate operations. This section provides an overview of the primary miniport driver interfaces. Step 6: Read the writing miniport drivers section. Types of NDIS Miniport Drivers Network Interface Card Support Sample NDIS Miniport Drivers Step 5: Read the miniport driver introduction topics. For more information about building, testing, verifying, and debugging tools, see Driver Development Tools. For more information about Windows driver build, debug, and test processes, driver signing, and Windows Hardware Lab Kit (HLK) testing, see Building, Debugging, and Testing Drivers. Step 4: Learn about the Windows driver build, test, and debug processes and tools.īuilding a driver differs from building a user-mode application. Step 3: Determine additional Windows driver design decisions.įor more information about how to make additional Windows design decisions, see Creating Reliable Kernel-Mode Drivers, Programming Issues for 64-Bit Drivers, and Creating International INF Files. Network Driver Programming Considerations Windows Network Architecture and the OSI Model For more information about driver fundamentals, see Concepts for all driver developers.įor general information about NDIS and NDIS drivers, see the following topics: Knowing the fundamentals will help you make appropriate design decisions and let you streamline your development process. You must understand the fundamentals of how drivers work in Windows operating systems. Step 1: Learn about Windows architecture and drivers. To create a Network Driver Interface Specification (NDIS) miniport driver package, follow these steps:
