// dot11wdi.h
typedef struct _WDI_RX_METADATA {
WDI_FRAME_PAYLOAD_TYPE PayloadType;
} WDI_RX_METADATA, *PWDI_RX_METADATA;
View the official Windows Driver Kit DDI reference// dot11wificxintf.h
typedef struct _WDI_RX_METADATA {
WDI_FRAME_PAYLOAD_TYPE PayloadType;
} WDI_RX_METADATA, *PWDI_RX_METADATA;
View the official Windows Driver Kit DDI referenceNo description available.
[!IMPORTANT] This topic is part of the WDI driver model released in Windows 10. The WDI driver model is in maintenance mode and will only receive high priority fixes. 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 WDI_RX_METADATA structure defines the RX metadata.
The RX Engine specifies this metadata in the rxMetadata section of the WDI_FRAME_METADATA buffer attached to each NET_BUFFER_LIST (in MiniportReserved[0]). Each NET_BUFFER_LIST represents an MPDU. The IHV miniport driver must not allocate a DOT11_EXTSTA_RECV_CONTEXT structure as this is handled by WDI.
PayloadTypeThe payload type, specified for each MPDU.
[!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 now 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.
PayloadTypeReserved.