// exemptionactiontypes.h
typedef struct _NET_PACKET_WIFI_EXEMPTION_ACTION {
UINT8 ExemptionAction;
} NET_PACKET_WIFI_EXEMPTION_ACTION;
View the official Windows Driver Kit DDI referenceNo description available.
The NET_PACKET_WIFI_EXEMPTION_ACTION structure contains the exemption action information for a packet.
ExemptionActionA bit field that specifies a flag from WDI_EXEMPTION_ACTION_TYPE.
Client drivers can obtain this structure for a packet by calling WifiExtensionGetExemptionAction.
WifiExtensionGetExemptionAction