NDIS_STATUS_WDI_INDICATION_LINK_STATE_CHANGE
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.
Miniport drivers use NDIS_STATUS_WDI_INDICATION_LINK_STATE_CHANGE to indicate any of the following situations:
- The link speed changed.
- The link quality changed by more than a threshold value. The threshold is 1 if the connection quality hint is set to WDI_CONNECTION_QUALITY_LOW_LATENCY (defined in WDI_CONNECTION_QUALITY_HINT). Otherwise, the threshold is 5.
Object |
---|
Port |
This information from this indication is used by the host to keep track of metadata about the current link, and it may be propagated to the user.
In Station and P2P Client cases, the Peer MAC Address is set to the BSSID of the connected network. In AP/P2P GO cases, the Peer MAC Address is set to the MAC address of a given connected device.
Payload data
Type | Multiple TLV instances allowed | Optional | Description |
---|---|---|---|
WDI_TLV_LINK_STATE_CHANGE_PARAMETERS | The link state change parameters. |
Requirements
Minimum supported client |
Windows 10 |
Minimum supported server |
Windows Server 2016 |
Header |
Dot11wdi.h |