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.
This object requests the miniport driver to return information about its or the NIC's capabilities, formatted as an NDIS_WAN_INFO structure.
Information about the miniport driver or the NIC capabilities, formatted as an NDIS_WAN_INFO structure.
NIC drivers must be in the default PPP framing mode until each driver receives an NDIS_WAN_SET_LINK_INFO call. The NIC driver must auto-detect any framing that it claims to support.
If a driver detects a framing scheme other than the default, that driver should automatically switch its framing into the newly detected framing.
A subsequent query with OID_WAN_GET_LINK_INFO should indicate the detected framing. If no framing is yet detected, the FramingBits member should be 0 in the returned NDIS_WAN_GET_LINK_INFO information.
If the WAN miniport driver is called subsequently with OID_WAN_SET_LINK_INFO in which the FramingBits member is 0, the driver should attempt to auto-detect the framing upon reception of each frame.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
See Also
MiniportWanSend | NDIS_MAC_LINE_UP | NdisMIndicateStatus | NDIS_WAN_GET_LINK_INFO | NDIS_WAN_INFO | NDIS_WAN_SET_LINK_INFO | OID_WAN_GET_LINK_INFO | OID_WAN_SET_LINK_INFO
Send Feedback on this topic to the authors