// exemptionaction.h
EXTERN_C_START NET_PACKET_WIFI_EXEMPTION_ACTION * WifiExtensionGetExemptionAction(
NET_EXTENSION const *Extension,
UINT32 Index
);
View the official Windows Driver Kit DDI referenceNo description available.
The WifiExtensionGetExemptionAction function retrieves the exemption action information for a packet.
ExtensionA pointer to a NET_EXTENSION structure that describes the exemption action information for this packet queue.
IndexThe index in the packet ring for the target NET_PACKET.
Returns a pointer to a NET_PACKET_WIFI_EXEMPTION_ACTION structure that holds the exemption action information for this packet.
This function is a wrapper function around NetExtensionGetData.
NET_PACKET_WIFI_EXEMPTION_ACTION