Skip to content

Latest commit

 

History

History
83 lines (58 loc) · 3.4 KB

nc-dot11wdi-ndis_wdi_idle_notification_confirm.md

File metadata and controls

83 lines (58 loc) · 3.4 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NC:dot11wdi.NDIS_WDI_IDLE_NOTIFICATION_CONFIRM
NDIS_WDI_IDLE_NOTIFICATION_CONFIRM (dot11wdi.h)
Miniport drivers call NdisWdiIdleNotificationConfirm callback function to notify NDIS that the idle network adapter can safely be suspended and transitioned to a low-power state.
netvista\ndiswdiidlenotificationconfirm.htm
netvista
05/02/2018
NDIS_WDI_IDLE_NOTIFICATION_CONFIRM callback function
NDIS_WDI_IDLE_NOTIFICATION_CONFIRM, NDIS_WDI_IDLE_NOTIFICATION_CONFIRM callback, NdisWdiIdleNotificationConfirm, NdisWdiIdleNotificationConfirm callback function [Network Drivers Starting with Windows Vista], dot11wdi/NdisWdiIdleNotificationConfirm, netvista.ndiswdiidlenotificationconfirm
dot11wdi.h
Windows
Windows 10
Windows Server 2016
Windows
NDIS_WDI_IDLE_NOTIFICATION_CONFIRM
dot11wdi/NDIS_WDI_IDLE_NOTIFICATION_CONFIRM
APIRef
kbSyntax
UserDefined
dot11wdi.h
NDIS_WDI_IDLE_NOTIFICATION_CONFIRM

NDIS_WDI_IDLE_NOTIFICATION_CONFIRM callback function

-description

Important

This topic is part of the WDI driver model released in Windows 10. The WDI driver model is in maintenance mode and will only receive high priority fixes. WiFiCx is the Wi-Fi driver model released in Windows 11. We recommend that you use WiFiCx to take advantage of the latest features.

Miniport drivers call NdisWdiIdleNotificationConfirm callback function to notify NDIS that the idle network adapter can safely be suspended and transitioned to a low-power state. Miniport drivers call this function during an NDIS selective suspend operation. NDIS begins the operation when it calls the driver's MiniportWdiIdleNotification handler function.

This is a control path callback inside NDIS_WDI_INIT_PARAMETERS.

-parameters

-param MiniportAdapterHandle [in]

The miniport handle.

-param DeviceIdlePowerState [in]

An NDIS_DEVICE_POWER_STATE enumeration value that specifies the lowest power state that the network adapter supports for a low-power state transition.

Note  For USB network adapters, this parameter must be NdisDeviceStateD2.
 

-see-also

Handling the NDIS Selective Suspend Idle Notification

NDIS_DEVICE_POWER_STATE

NDIS_WDI_INIT_PARAMETERS