WDI_TLV_ASSOCIATION_RESULT
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_ASSOCIATION_RESULT is a TLV that contains the results of an association.
TLV Type
0x35
Length
The sum (in bytes) of the sizes of all contained TLVs.
Values
Type | Multiple TLV instances allowed | Optional | Description |
---|---|---|---|
WDI_TLV_BSSID | The BSSID of the BSS. | ||
WDI_TLV_ASSOCIATION_RESULT_PARAMETERS | The association result parameters. | ||
WDI_TLV_ASSOCIATION_REQUEST_FRAME | X | The association request that was used for association. This does not include the 802.11 MAC header. | |
WDI_TLV_ASSOCIATION_RESPONSE_FRAME | X | The association response that was received. This does not include the 802.11 MAC header. | |
WDI_TLV_AUTHENTICATION_RESPONSE_FRAME | X | The authentication response that was received with a failure code. This does not include the 802.11 MAC header. It should only be included if the connection attempt failed during authentication exchange. | |
WDI_TLV_BEACON_PROBE_RESPONSE | X | The latest beacon or probe response frame received by the port. This does not include the 802.11 MAC header. | |
WDI_TLV_ETHERTYPE_ENCAP_TABLE | X | The Ethertype encapsulations for the association. | |
WDI_TLV_PHY_TYPE_LIST | The list of PHY identifiers that the 802.11 station uses to send or receive packets on the BSS network connection. |
Requirements
Minimum supported client |
Windows 10 |
Minimum supported server |
Windows Server 2016 |
Header |
Wditypes.hpp |