DOT11_LINK_QUALITY_ENTRY (Compact 2013)
3/26/2014
This structure describes each entry in a link quality list.
Syntax
typedef struct DOT11_LINK_QUALITY_ENTRY {
DOT11_MAC_ADDRESS PeerMacAddr;
UCHAR ucLinkQuality;
} DOT11_LINK_QUALITY_ENTRY, *PDOT11_LINK_QUALITY_ENTRY;
Members
- PeerMacAddr
The media access control (MAC) address of the AP or peer station with which the link quality has changed. This member is formatted as a DOT11_MAC_ADDRESS structure.
- ucLinkQuality
The link quality of the association, specified by a value within the range from 0 through 100
Requirements
Header |
windot11.h |
See Also
Reference
Native 802.11 Data Types
DOT11_LINK_QUALITY_PARAMETERS
NDIS_STATUS_DOT11_LINK_QUALITY
Native 802.11 Wireless LAN Reference