NDIS_STATUS_DOT11_SCAN_CONFIRM

Important  The Native 802.11 Wireless LAN interface is deprecated in Windows 10 and later. Please use the WLAN Device Driver Interface (WDI) instead. For more information about WDI, see WLAN Universal Windows driver model.

 

A miniport driver must make an NDIS_STATUS_DOT11_SCAN_CONFIRM indication after the 802.11 station completes an explicit scan operation that is initiated through a set request of OID_DOT11_SCAN_REQUEST.

The miniport driver calls NdisMIndicateStatusEx to make an NDIS_STATUS_DOT11_SCAN_CONFIRM indication, and must pass a pointer to an NDIS_STATUS_INDICATION structure through the StatusIndication parameter. When making this indication, the driver must set the following members of the NDIS_STATUS_INDICATION structure:

  • StatusCode must be set to NDIS_STATUS_DOT11_SCAN_CONFIRM.

  • StatusBuffer must be set to the address of a ULONG variable, which stores the appropriate NDIS_STATUS_xxxx code for the result of the scan operation.

  • StatusBufferSize must be set to sizeof(ULONG).

Requirements

Version

Available in Windows Vista and later versions of the Windows operating systemss.

Header

Windot11.h (include Ndis.h)