NDIS_STATUS_DOT11_CONNECTION_COMPLETION (Compact 2013)
3/26/2014
A miniport driver must make a NDIS_STATUS_DOT11_CONNECTION_COMPLETION indication after a connection operation is complete.
The miniport driver indicates the start of the connection operation through the NDIS_STATUS_DOT11_CONNECTION_START indication. Every NDIS_STATUS_DOT11_CONNECTION_START indication made by the driver must have a corresponding NDIS_STATUS_DOT11_CONNECTION_COMPLETION indication.
The data type for this indication is the DOT11_CONNECTION_COMPLETION_PARAMETERS structure.
The miniport driver calls NdisMIndicateStatusEx to make an NDIS_STATUS_DOT11_CONNECTION_COMPLETION indication, and must pass a pointer to an NDIS_STATUS_INDICATION structure through the StatusIndication parameter. When it makes this indication, the miniport driver must set the following members of the NDIS_STATUS_INDICATION structure:
- StatusCode must be set to NDIS_STATUS_DOT11_ CONNECTION_COMPLETION
- StatusBuffer must be set to the address of a DOT11_ CONNECTION_COMPLETION_PARAMETERS structure
- StatusBufferSize must be set to sizeof(DOT11_ CONNECTION_COMPLETION_PARAMETERS)
The NDIS_STATUS_DOT11_CONNECTION_START and NDIS_STATUS_DOT11_CONNECTION_COMPLETION indications define a connection operation that is performed by the 802.11 station. The miniport driver cannot make the NDIS_STATUS_DOT11_CONNECTION_COMPLETION indication unless it has made an NDIS_STATUS_DOT11_CONNECTION_START indication at the beginning of the connection operation.
See Also
Reference
Native 802.11 Extensible Station Status Indications
NDIS_STATUS_DOT11_CONNECTION_START
DOT11_CONNECTION_COMPLETION_PARAMETERS
NdisMIndicateStatusEx
NDIS_STATUS_INDICATION
Native 802.11 Wireless LAN Status Indications