WDI_TLV_DELETE_CIPHER_KEY_INFO (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_DELETE_CIPHER_KEY_INFO is a TLV that contains information to identify a single cipher key to remove with OID_WDI_SET_DELETE_CIPHER_KEYS.
TLV Type
0x53
Length
The sum (in bytes) of the sizes of all contained TLVs.
Values
Type | Multiple TLV instances allowed | Optional | Description |
---|---|---|---|
WDI_TLV_PEER_MAC_ADDRESS | X | Specifies the peer MAC address. At least one of WDI_TLV_PEER_MAC_ADDRESS or WDI_TLV_CIPHER_KEY_ID must be present. | |
WDI_TLV_CIPHER_KEY_ID | X | Specifies the cipher key ID. At least one of WDI_TLV_PEER_MAC_ADDRESS or WDI_TLV_CIPHER_KEY_ID must be present. | |
WDI_TLV_CIPHER_KEY_TYPE_INFO | Specifies the cipher key type information. | ||
WDI_TLV_LINK_ID | X | Specifies the AP's link Id. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11 |
Minimum supported server | Windows Server 2022 |
Header | dot11wificxtypes.hpp |