Share via


NDIS_STATUS_DOT11_ROAMING_COMPLETION (Compact 2013)

3/26/2014

A miniport driver makes an NDIS_STATUS_DOT11_ROAMING_COMPLETION indication after the 802.11 station finishes a roaming operation.

The miniport driver indicates the start of the roaming operation through the NDIS_STATUS_DOT11_ROAMING_START indication. Every NDIS_STATUS_DOT11_ROAMING_START indication made by the driver must have a corresponding NDIS_STATUS_DOT11_ROAMING_COMPLETION indication.

The data type for this indication is the DOT11_ROAMING_COMPLETION_PARAMETERS structure.

The NDIS_STATUS_DOT11_ROAMING_START and NDIS_STATUS_DOT11_ROAMING_COMPLETION indications define a roaming operation that is performed by the 802.11 station. The miniport driver cannot make the NDIS_STATUS_DOT11_ROAMING_COMPLETION indication unless it has made a NDIS_STATUS_DOT11_ROAMING_START indication at the beginning of the roaming operation.

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

  • StatusCode must be set to NDIS_STATUS_DOT11_ROAMING_COMPLETION
  • StatusBuffer must be set to the address of a DOT11_ROAMING_COMPLETION_PARAMETERS structure
  • StatusBufferSize must be set to sizeof(DOT11_ROAMING_COMPLETION_PARAMETERS)

See Also

Reference

Native 802.11 Extensible Station Status Indications
NDIS_STATUS_DOT11_ROAMING_START
DOT11_ROAMING_COMPLETION_PARAMETERS
NdisMIndicateStatusEx
NDIS_STATUS_INDICATION
Native 802.11 Wireless LAN Status Indications