Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
WAN miniport drivers indicate status and received data differently from the NDISWAN driver.
To indicate WAN-specific status, a WAN miniport driver calls the NdisMIndicateStatus function similar to LAN-miniport NIC drivers.
To indicate data that has been received over a wide area network, a WAN miniport driver calls the NdisMWanIndicateReceive function instead of the comparable function used by a LAN-miniport NIC driver.
See Also
WAN Miniport Drivers | NdisMIndicateStatus | NdisMWanIndicateReceive
Send Feedback on this topic to the authors