Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
_DOT11DECRYPT_KEY_ITEM::DOT11DECRYPT_KEY_ITEMDATA_TK Struct Reference

Holds a Temporal Key (TK) and optional MLD MAC addresses for per-link decryption. More...

#include <dot11decrypt_user.h>

Public Attributes

uint8_t Tk [32]
 
uint8_t Len
 
bool mld
 
uint8_t ap_mld_mac [6]
 
uint8_t sta_mld_mac [6]
 

Detailed Description

Holds a Temporal Key (TK) and optional MLD MAC addresses for per-link decryption.

Member Data Documentation

◆ ap_mld_mac

uint8_t _DOT11DECRYPT_KEY_ITEM::DOT11DECRYPT_KEY_ITEMDATA_TK::ap_mld_mac[6]

Multi-Link Device MAC address of the AP; valid only when mld is true

◆ Len

uint8_t _DOT11DECRYPT_KEY_ITEM::DOT11DECRYPT_KEY_ITEMDATA_TK::Len

Length in bytes of the valid portion of Tk

◆ mld

bool _DOT11DECRYPT_KEY_ITEM::DOT11DECRYPT_KEY_ITEMDATA_TK::mld

True if this TK is associated with an MLO connection and the MLD MAC fields are valid

◆ sta_mld_mac

uint8_t _DOT11DECRYPT_KEY_ITEM::DOT11DECRYPT_KEY_ITEMDATA_TK::sta_mld_mac[6]

Multi-Link Device MAC address of the station; valid only when mld is true

◆ Tk

uint8_t _DOT11DECRYPT_KEY_ITEM::DOT11DECRYPT_KEY_ITEMDATA_TK::Tk[32]

Raw temporal key bytes used for unicast frame decryption


The documentation for this struct was generated from the following file: