WDI_CIPHER_KEY_DIRECTION - NtDoc

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

typedef enum _WDI_CIPHER_KEY_DIRECTION {
  WDI_CIPHER_KEY_DIRECTION_INBOUND = 1,
  WDI_CIPHER_KEY_DIRECTION_OUTBOUND = 2,
  WDI_CIPHER_KEY_DIRECTION_BOTH = 3
} WDI_CIPHER_KEY_DIRECTION;
View the official Windows Driver Kit DDI reference
// wditypes.h

typedef enum _WDI_CIPHER_KEY_DIRECTION {
  WDI_CIPHER_KEY_DIRECTION_INBOUND,
  WDI_CIPHER_KEY_DIRECTION_OUTBOUND,
  WDI_CIPHER_KEY_DIRECTION_BOTH
} WDI_CIPHER_KEY_DIRECTION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-dot11wificxtypes-wdi_cipher_key_direction)

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 in maintenance mode and will only receive high priority fixes.

The WDI_CIPHER_KEY_DIRECTION enumeration defines the traffic directions decrypted by a cipher key.

Constants

WDI_CIPHER_KEY_DIRECTION_INBOUND:1

The cipher key decrypts packets received from a peer.

WDI_CIPHER_KEY_DIRECTION_OUTBOUND:2

The cipher key decrypts packets transmitted to a peer.

WDI_CIPHER_KEY_DIRECTION_BOTH:3

The cipher key decrypts packets received from or transmitted to a peer.

Remarks

The WDI_CIPHER_KEY_DIRECTION enumeration is a value in the WDI_TLV_CIPHER_KEY_TYPE_INFO TLV.

See also

WDI_TLV_CIPHER_KEY_TYPE_INFO


Windows Driver Kit DDI reference (ne-wditypes-_wdi_cipher_key_direction)

_WDI_CIPHER_KEY_DIRECTION enumeration

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_CIPHER_KEY_DIRECTION enumeration defines the traffic directions decrypted by a cipher key.

Constants

WDI_CIPHER_KEY_DIRECTION_INBOUND

The cipher key decrypts packets received from a peer.

WDI_CIPHER_KEY_DIRECTION_OUTBOUND

The cipher key decrypts packets transmitted to a peer.

WDI_CIPHER_KEY_DIRECTION_BOTH

The cipher key decrypts packets received from or transmitted to a peer.