WDI_TLV_FTM_TARGET_BSS_ENTRY (dot11wificxtypes.hpp)

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.

WDI_TLV_FTM_TARGET_BSS_ENTRY is a TLV that contains information for a BSS target with which Fine Timing Measurement (FTM) procedures should be completed.

This TLV is used in the task parameters for OID_WDI_TASK_REQUEST_FTM.

TLV type

0x162

Length

The sum (in bytes) of the sizes of all contained TLVs.

Values

TLV Type Multiple TLV instances allowed Optional Description
WDI_TLV_BSSID WDI_MAC_ADDRESS The BSSID of the target BSS.
WDI_TLV_PROBE_RESPONSE_FRAME TLV<LIST<UINT8>> X The probe response frame. If no probe response has been received, this field is empty.
WDI_TLV_BEACON_FRAME TLV<LIST<UINT8>> X The beacon frame. If no beacon has been received, this field is empty.
WDI_TLV_BSS_ENTRY_SIGNAL_INFO INT32 The received signal strength indicator (RSSI) value of the beacon or probe response from the peer. This is in units of decibels referenced to 1.0 milliwatts (dBm).
UINT32 The link quality value ranging from 0 through 100. A value of 100 specifies the highest link quality.
WDI_TLV_BSS_ENTRY_CHANNEL_INFO UINT32 The logical channel number of the target BSS.
UINT32 The Band ID of the target BSS.
WDI_TLV_BSS_ENTRY_DEVICE_CONTEXT TLV<LIST<UINT8>> IHV component-provided context data about this peer. This can be usd 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_REQUEST_LCI_REPORT UINT8 Possible values:
  • 0: LCI report not needed.
  • 1: LCI report should be requested.

Requirements

Requirement Value
Minimum supported client Windows 11
Minimum supported server Windows Server 2022
Header dot11wificxtypes.hpp