WDI_TLV_SCAN_MODE (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_SCAN_MODE is a TLV that contains scan mode parameters.
TLV Type
0x6
Length
The sum (in bytes) of the sizes of all contained elements.
Values
Type | Description |
---|---|
UINT8 | The number of times the full scan procedure should be repeated. If this value is set to 0, the scan should be repeated until the task is aborted by the host. |
WDI_SCAN_TYPE | Specifies the type of scan that should be performed. If WDI_SCAN_TYPE_ACTIVE is set, the device must only scan active channels. |
UINT8 | Specifies if live updates are needed and discovered entries must be reported when they are found, with the recommended throttling logic above. This value is always true when the Microsoft component manages the BSS list cache. |
WDI_SCAN_TRIGGER | Specifies the trigger for the scan. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11 |
Minimum supported server | Windows Server 2022 |
Header | dot11wificxtypes.hpp |