DOT11_ROAMING_COMPLETION_PARAMETERS (Compact 2013)
3/26/2014
This structure specifies the completion results of the roaming operation that is performed by the Native 802.11 miniport driver. The driver includes a DOT11_ROAMING_COMPLETION_PARAMETERS structure when the driver makes an NDIS_STATUS_DOT11_ROAMING_COMPLETION indication.
Syntax
typedef struct DOT11_ROAMING_COMPLETION_PARAMETERS {
NDIS_OBJECT_HEADER Header;
ULONG uStatus;
} DOT11_ROAMING_COMPLETION_PARAMETERS, *PDOT11_ROAMING_COMPLETION_PARAMETERS;
Members
Header
The type, revision, and size of the DOT11_ROAMING_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_ROAMING_COMPLETION_PARAMETERS_REVISION_1
Size
This member must be set to sizeof(DOT11_ROAMING_COMPLETION_PARAMETERS)
- uStatus
The completion status of the roaming operation formatted as a DOT11_ASSOC_STATUS value.
Requirements
Header |
windot11.h |
See Also
Reference
Native 802.11 Data Types
NDIS_STATUS_DOT11_ROAMING_COMPLETION
NDIS_OBJECT_HEADER
DOT11_ASSOC_STATUS
DOT11_ROAMING_START_PARAMETERS
Native 802.11 Wireless LAN Reference