WDI_TLV_BSS_ENTRY
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_BSS_ENTRY is a TLV that contains BSS entry information.
TLV Type
0x8
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_PROBE_RESPONSE_FRAME | X | The probe response frame. If no probe response frame has been received, this is empty. | |
WDI_TLV_BEACON_FRAME | X | The beacon frame. If no beacon has been received, this is empty. | |
WDI_TLV_BSS_ENTRY_SIGNAL_INFO | The signal information (received signal strength and link quality) of the BSS. | ||
WDI_TLV_BSS_ENTRY_CHANNEL_INFO | The logical channel number and band ID for the BSS entry. | ||
WDI_TLV_BSS_ENTRY_DEVICE_CONTEXT | X | Device context about the peer. This context is provided from the IHV component and can be used to store per-BSS entry state that the IHV component wants to maintain. To avoid lifetime management issues, the IHV component must not use pointers in this field. | |
WDI_TLV_BSS_ENTRY_AGE_INFO | X (Note: This TLV is mandatory if the BSS list is maintained by the IHV component.) | The age information for this BSS entry, including the timestamp of when this entry was most recently discovered. | |
WDI_TLV_P2P_DISCOVERED_SERVICE_ENTRY | X | X | The list of services found on the remote device, including the service information retrieved with a GAS query if the discovery request specified WDI_P2P_SERVICE_DISCOVERY_TYPE_SERVICE_INFORMATION as the discovery type. |
Requirements
Minimum supported client |
Windows 10 |
Minimum supported server |
Windows Server 2016 |
Header |
Wditypes.hpp |