WDI_PACKET_FILTER_TYPE enumeration (dot11wificxtypes.h)

Important

This topic is part of the WiFiCx driver model. WiFiCx is the Wi-Fi driver model released in Windows 11. We recommend that you use WiFiCx to take advantage of the latest features. The previous Wi-Fi driver model WDI is in maintenance mode and will only receive high priority fixes.

Warning

Some information in this topic relates to prereleased product, which may be substantially modified before it is commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

This function is reserved for system use and should not be called in your code.

Syntax

typedef enum _WDI_PACKET_FILTER_TYPE {
  WDI_PACKET_FILTER_NONE,
  WDI_PACKET_FILTER_DIRECTED,
  WDI_PACKET_FILTER_MULTICAST,
  WDI_PACKET_FILTER_ALL_MULTICAST,
  WDI_PACKET_FILTER_BROADCAST,
  WDI_PACKET_FILTER_PROMISCUOUS,
  WDI_PACKET_FILTER_802_11_RAW_DATA,
  WDI_PACKET_FILTER_802_11_DIRECTED_MGMT,
  WDI_PACKET_FILTER_802_11_BROADCAST_MGMT,
  WDI_PACKET_FILTER_802_11_MULTICAST_MGMT,
  WDI_PACKET_FILTER_802_11_ALL_MULTICAST_MGMT,
  WDI_PACKET_FILTER_802_11_PROMISCUOUS_MGMT,
  WDI_PACKET_FILTER_802_11_RAW_MGMT,
  WDI_PACKET_FILTER_802_11_DIRECTED_CTRL,
  WDI_PACKET_FILTER_802_11_BROADCAST_CTRL,
  WDI_PACKET_FILTER_802_11_PROMISCUOUS_CTRL,
  WDI_PACKET_FILTER_ALL
} WDI_PACKET_FILTER_TYPE;

Constants

 
WDI_PACKET_FILTER_NONE
Reserved.
WDI_PACKET_FILTER_DIRECTED
Reserved.
WDI_PACKET_FILTER_MULTICAST
Reserved.
WDI_PACKET_FILTER_ALL_MULTICAST
Reserved.
WDI_PACKET_FILTER_BROADCAST
Reserved.
WDI_PACKET_FILTER_PROMISCUOUS
Reserved.
WDI_PACKET_FILTER_802_11_RAW_DATA
Reserved.
WDI_PACKET_FILTER_802_11_DIRECTED_MGMT
Reserved.
WDI_PACKET_FILTER_802_11_BROADCAST_MGMT
Reserved.
WDI_PACKET_FILTER_802_11_MULTICAST_MGMT
Reserved.
WDI_PACKET_FILTER_802_11_ALL_MULTICAST_MGMT
Reserved.
WDI_PACKET_FILTER_802_11_PROMISCUOUS_MGMT
Reserved.
WDI_PACKET_FILTER_802_11_RAW_MGMT
Reserved.
WDI_PACKET_FILTER_802_11_DIRECTED_CTRL
Reserved.
WDI_PACKET_FILTER_802_11_BROADCAST_CTRL
Reserved.
WDI_PACKET_FILTER_802_11_PROMISCUOUS_CTRL
Reserved.
WDI_PACKET_FILTER_ALL
Reserved.

Requirements

Requirement Value
Minimum supported client Windows 11
Minimum supported server Windows Server 2022
Header dot11wificxtypes.h