Share via


DOT11_CONNECTION_COMPLETION_PARAMETERS (Compact 2013)

3/26/2014

This structure is used when a miniport driver must make a NDIS_STATUS_DOT11_CONNECTION_COMPLETION indication after a connection operation ends.

Syntax

typedef struct DOT11_CONNECTION_COMPLETION_PARAMETERS {
  NDIS_OBJECT_HEADER  Header;
  DOT11_ASSOC_STATUS  uStatus;
} DOT11_CONNECTION_COMPLETION_PARAMETERS, *PDOT11_CONNECTION_COMPLETION_PARAMETERS;

Members

  • Header
    The type, revision, and size of the DOT11_CONNECTION_COMPLETION_PARAMETERS structure. This member is formatted as an NDIS_OBJECT_HEADER structure.

    The miniport driver must set the members of Header to the following values:

    Type

    This member must be set to NDIS_OBJECT_TYPE_DEFAULT

    Revision

    DOT11_CONNECTION_COMPLETION_PARAMETERS_REVISION_1

    Size

    This member must be set to sizeof(DOT11_CONNECTION_COMPLETION_PARAMETER)

  • uStatus
    The completion status of the connection operation, as specified by a value that is defined for DOT11_ASSOC_STATUS.

Requirements

Header

windot11.h

See Also

Reference

Native 802.11 Data Types
NDIS_STATUS_DOT11_CONNECTION_COMPLETION
NDIS_OBJECT_HEADER
DOT11_ASSOC_STATUS
Native 802.11 Wireless LAN Reference