|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
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] |
Holds a Temporal Key (TK) and optional MLD MAC addresses for per-link decryption.
| 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
| uint8_t _DOT11DECRYPT_KEY_ITEM::DOT11DECRYPT_KEY_ITEMDATA_TK::Len |
Length in bytes of the valid portion of Tk
| 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
| 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
| uint8_t _DOT11DECRYPT_KEY_ITEM::DOT11DECRYPT_KEY_ITEMDATA_TK::Tk[32] |
Raw temporal key bytes used for unicast frame decryption