WDI_TXRX_MPDU_PN - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// dot11wdi.h

typedef union _WDI_TXRX_MPDU_PN {
  UINT32 Pn24;
  UINT64 Pn48;
  UINT64 Pn128[2];
} WDI_TXRX_MPDU_PN;
View the official Windows Driver Kit DDI reference
// dot11wificxintf.h

typedef union _WDI_TXRX_MPDU_PN {
  UINT32 Pn24;
  UINT64 Pn48;
  UINT64 Pn128[2];
} WDI_TXRX_MPDU_PN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-dot11wdi-_wdi_txrx_mpdu_pn)

_WDI_TXRX_MPDU_PN structure

Description

[!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_TXRX_MPDU_PN union defines the parameters that are passed down to the TXRX component.

Members

Pn24

WEP: 24-bit PN

Pn48

TKIP or CCMP: 48-bit PN

Pn128

WAPI: 128-bit PN


Windows Driver Kit DDI reference (ns-dot11wificxintf-wdi_txrx_mpdu_pn)

Description

[!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.

Members

Pn24

Reserved.

Pn48

Reserved.

Pn128

Reserved.

Remarks

See also