Share via


DOT11_STATUS_INDICATION (Compact 2013)

3/26/2014

This structure returns the completion results of an operation that is performed by a set request of a Native 802.11 OID.

Syntax

typedef struct _DOT11_STATUS_INDICATION {
  ULONG  uStatusType;
  NDIS_STATUS  ndisStatus;
} DOT11_STATUS_INDICATION, *PDOT11_STATUS_INDICATION;

Members

  • uStatusType
    The kind of status indication that is made by the miniport driver.

    For more information about the value that is used for the uStatusType member, see the topic for the OID that requires a completion indication that uses the DOT11_STATUS_INDICATION structure.

  • ndisStatus
    An NDIS_STATUS value that indicates the result of the operation.

    If the operation completed without a failure, the miniport driver must set the ndisStatus member to NDIS_STATUS_SUCCESS. Otherwise, the driver must set ndisStatus to the appropriate NDIS_STATUS_xxx value for the failure.

Requirements

Header

windot11.h

See Also

Reference

Native 802.11 Data Types
Native 802.11 Wireless LAN Reference