NET_PACKET_WIFI_EXEMPTION_ACTION - NtDoc

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

typedef struct _NET_PACKET_WIFI_EXEMPTION_ACTION {
  UINT8 ExemptionAction;
} NET_PACKET_WIFI_EXEMPTION_ACTION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-exemptionactiontypes-net_packet_wifi_exemption_action)

Description

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

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.

See also

WifiExtensionGetExemptionAction

WDI_EXEMPTION_ACTION_TYPE