WifiExtensionGetExemptionAction function (exemptionaction.h)
The WifiExtensionGetExemptionAction function retrieves the exemption action information for a packet.
Syntax
EXTERN_C_START NET_PACKET_WIFI_EXEMPTION_ACTION * WifiExtensionGetExemptionAction(
NET_EXTENSION const *Extension,
UINT32 Index
);
Parameters
Extension
A pointer to a NET_EXTENSION structure that describes the exemption action information for this packet queue.
Index
The index in the packet ring for the target NET_PACKET.
Return value
Returns a pointer to a NET_PACKET_WIFI_EXEMPTION_ACTION structure that holds the exemption action information for this packet.
Remarks
This function is a wrapper function around NetExtensionGetData.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 21H2 |
Header | exemptionaction.h |