Share via


OID_GEN_SUPPORTED_PACKET_FILTERS (Compact 2013)

3/26/2014

As a query, NDIS and overlying drivers use this OID to determine the types of net packets that the miniport adapter can filter.

Remarks

Miniport drivers supply the supported packet filters during initialization.

To specify the supported packet filters, set the SupportedPacketFilters member of the NDIS_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES structure that the miniport driver passes to the NdisMSetMiniportAttributes function. If a miniport driver does not support this OID, the driver should return NDIS_STATUS_NOT_SUPPORTED. The return value is a bitwise OR of the filter type flags. For a list of the filter type flags, see the OID_GEN_CURRENT_PACKET_FILTER OID.

Requirements

Header

ntddndis.h

See Also

Reference

NDIS 6.0 General OIDs for Miniport Drivers
NdisMSetMiniportAttributes
NDIS_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES
OID_GEN_CURRENT_PACKET_FILTER