NDIS_STATUS_WDI_INDICATION_ASSOCIATION_RESULT (dot11wificxintf.h)
Important
This topic is part of the WiFiCx driver model. WiFiCx is the Wi-Fi driver model released in Windows 11. We recommend that you use WiFiCx to take advantage of the latest features. The previous Wi-Fi driver model WDI is in maintenance mode and will only receive high priority fixes.
WiFiCx drivers use NDIS_STATUS_WDI_INDICATION_ASSOCIATION_RESULT to indicate association results.
For association using Wi-Fi 7 MLO, the driver must:
- Set the BSSID (WDI_TLV_BSSID) in WDI_TLV_ASSOCIATION_RESULT to the AP's Link MAC address.
- Set the LocalLinkBssId (WDI_TLV_MLO_LINK_BSSID) in WDI_TLV_ASSOCIATION_RESULT to the local Link MAC address.
If the LocalLinkBssId is not set, Windows will not be able to use MLO for the connection. See WiFiCx Wi-Fi 7 feature requirements for more information.
Object |
---|
Port |
Payload data
Type | Multiple TLV instances allowed | Optional | Description |
---|---|---|---|
WDI_TLV_ASSOCIATION_RESULT | X | A list of association results. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11 |
Minimum supported server | Windows Server 2022 |
Header | dot11wificxintf.h |