WDI_TLV_CONNECT_PARAMETERS

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_CONNECT_PARAMETERS is a TLV that contains parameters for OID_WDI_TASK_CONNECT and OID_WDI_TASK_ROAM.

TLV Type

0x33

Length

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

Values

Type Multiple TLV instances allowed Optional Description
WDI_TLV_CONNECTION_SETTINGS The settings for the connection.
WDI_TLV_SSID X List of SSIDs that the port is allowed to connect to.
WDI_TLV_HESSID_INFO X List of HESSIDs that the port is allowed to connect to. This is an additional requirement to the SSID list.
WDI_TLV_AUTH_ALGO_LIST The list of authentication algorithms that the connection can use.
WDI_TLV_MULTICAST_CIPHER_ALGO_LIST The list of multicast cipher algorithms that the connection can use.
WDI_TLV_UNICAST_CIPHER_ALGO_LIST The list of unicast cipher algorithms that the connection can use.
WDI_TLV_EXTRA_ASSOCIATION_REQUEST_IES X The IE blobs that must be included in the association requests sent by the port. This is applicable to any BSSID that the device would associate with. It should be used in addition to the BSSID specific IEs.
WDI_TLV_PHY_TYPE_LIST X The list of PHYs that are allowed to be used for the association. If not specified, any supported PHY can be used. If specified, the device must only use the listed PHYs.
WDI_TLV_DISALLOWED_BSSIDS_LIST X The list of BSSIDs that are not allowed to be used for association. If specified, the adapter must not associate to any AP that is in this list.
WDI_TLV_ALLOWED_BSSIDS_LIST X The list of BSSIDs that are allowed to be used for association. If WDI specifies 255.255.255.255 then all BSSIDs are allowed.
WDI_TLV_OWE_DH_IE X Diffie-Hellman Extension IE blob that must be included in the association request sent by the station when auth type is OWE. This is applicable to any BSSID that the device would associate with and should be included in addition to the other associated req vendor IEs.

Requirements

   
Minimum supported client Windows 10
Minimum supported server Windows Server 2016
Header Wditypes.hpp