DOT11_LINK_QUALITY_PARAMETERS (Compact 2013)
3/26/2014
This structure is used by the NDIS_STATUS_DOT11_LINK_QUALITY indication when the link quality of the association with an access point (AP) or peer station changes.
Syntax
typedef struct DOT11_LINK_QUALITY_PARAMETERS {
NDIS_OBJECT_HEADER Header;
ULONG uLinkQualityListSize;
ULONG uLinkQualityListOffset;
} DOT11_LINK_QUALITY_PARAMETERS, *PDOT11_LINK_QUALITY_PARAMETERS;
Members
Header
The type, revision, and size of the DOT11_LINK_QUALITY_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_LINK_QUALITY_PARAMETERS_REVISION_1
Size
This member must be set to sizeof(DOT11_LINK_QUALITY_PARAMETERS)
- uLinkQualityListSize
The size, in bytes, of the link quality list
uLinkQualityListOffset
The offset of the link quality list. Each entry in the list specifies an association to an AP or peer station whose link quality has changed.This offset is relative to the start of the buffer that contains the DOT11_LINK_QUALITY_PARAMETERS structure.
Remarks
Each entry in the link quality list is formatted as a DOT11_LINK_QUALITY_ENTRY structure.
Requirements
Header |
windot11.h |
See Also
Reference
Native 802.11 Data Types
NDIS_STATUS_DOT11_LINK_QUALITY
NDIS_OBJECT_HEADER
DOT11_LINK_QUALITY_ENTRY
Native 802.11 Wireless LAN Reference