WDI_BSS_SELECTION_FLAGS enumeration (wditypes.hpp)

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.

The WDI_BSS_SELECTION_FLAGS enumeration defines flags for BSS selection.

Syntax

typedef enum _WDI_BSS_SELECTION_FLAGS {
  WDI_BSS_SELECTION_HOST_PREFERRED,
  WDI_BSS_SELECTION_RECENT_ASSOCIATION_ERROR,
  WDI_BSS_SELECTION_FLAGS_AP_REQUESTED_TRANSITION
} WDI_BSS_SELECTION_FLAGS;

Constants

 
WDI_BSS_SELECTION_HOST_PREFERRED
Set for BSS entries that the host prefers to connect to. Non-preferred BSS entries would also be provided to the port, but should only be used for connection if port performs its own BSS ranking.
WDI_BSS_SELECTION_RECENT_ASSOCIATION_ERROR
Set for BSS entries that had recent association failures or were recently disassociated from. This flag is already accounted for by the host when setting WDI_BSS_SELECTION_HOST_PREFERRED.
WDI_BSS_SELECTION_FLAGS_AP_REQUESTED_TRANSITION
Specifies whether this roam was requested by the AP or not (11v BSS Transition management request).

Requirements

Requirement Value
Minimum supported client Windows 10
Minimum supported server Windows Server 2016
Header wditypes.hpp