WifiDeviceReceiveIndication function (wificx.h)
WiFiCx drivers call the WifiDeviceReceiveIndication function to send a status indication to the WiFiCx framework.
Syntax
void WifiDeviceReceiveIndication(
WDFDEVICE Device,
UINT16 MessageId,
WDFMEMORY Data
);
Parameters
Device
[In] A handle to a framework device object that the client driver obtained from a previous call to WdfDeviceCreate.
MessageId
[In] When indicating the completion of a task command, set this value to the command message ID that the driver obtained from a previous call to WifiRequestGetMessageId.
Data
[In] A driver-allocated WDFMEMORY object containing the data to pass to WiFiCx.
Return value
None
Remarks
For more information, see Handling WiFiCx command messages.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11 |
Minimum supported server | Windows Server 2022 |
Header | wificx.h |
IRQL | <= DISPATCH_LEVEL |