NET_PACKET_WIFI_EXEMPTION_ACTION structure (exemptionactiontypes.h)

The NET_PACKET_WIFI_EXEMPTION_ACTION structure contains the exemption action information for a packet.

Syntax

typedef struct _NET_PACKET_WIFI_EXEMPTION_ACTION {
  UINT8 ExemptionAction;
} NET_PACKET_WIFI_EXEMPTION_ACTION;

Members

ExemptionAction

A bit field that specifies a flag from WDI_EXEMPTION_ACTION_TYPE.

Remarks

Client drivers can obtain this structure for a packet by calling WifiExtensionGetExemptionAction.

Requirements

Requirement Value
Minimum supported client Windows 11, version 21H2
Header exemptionactiontypes.h

See also

WifiExtensionGetExemptionAction

WDI_EXEMPTION_ACTION_TYPE