WDI_TLV_LINK_STATE_CHANGE_PARAMETERS
Important
This topic is part of the WDI driver model released in Windows 10. The WDI driver model is in maintenance mode and will only receive high priority fixes. WiFiCx is the Wi-Fi driver model released in Windows 11. We recommend that you use WiFiCx to take advantage of the latest features.
WDI_TLV_LINK_STATE_CHANGE_PARAMETERS is a TLV that contains link state change parameters for NDIS_STATUS_WDI_INDICATION_LINK_STATE_CHANGE.
TLV Type
0x56
Length
The sum (in bytes) of the sizes of all contained elements.
Values
Type | Description |
---|---|
WDI_MAC_ADDRESS | Specifies the MAC address of the remote peer. |
UINT32 | Specifies the current TX link speed. This is a value, in kilobits per second, that is the current TX link speed for this virtualized port. The conversion is 1 kbps = 1000 bps. |
UINT32 | Specifies the current RX link speed. This is a value, in kilobits per second, that is the current RX link speed for this virtualized port. The conversion is 1 kbps = 1000 bps. |
UINT8 | Specifies the current link quality. This is a value between 0 and 100 that is the current link quality for this virtualized port. |
Requirements
Minimum supported client |
Windows 10 |
Minimum supported server |
Windows Server 2016 |
Header |
Wditypes.hpp |