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

Global decryption context holding keys and session state for dot11decrypt. More...

#include <dot11decrypt_system.h>

Public Attributes

GHashTable * sa_hash
 
DOT11DECRYPT_KEY_ITEM keys [64]
 
size_t keys_nr
 
uint8_t pkt_ssid [32]
 
size_t pkt_ssid_len
 

Detailed Description

Global decryption context holding keys and session state for dot11decrypt.

Member Data Documentation

◆ keys

DOT11DECRYPT_KEY_ITEM _DOT11DECRYPT_CONTEXT::keys[64]

Array of configured decryption keys

◆ keys_nr

size_t _DOT11DECRYPT_CONTEXT::keys_nr

Number of valid entries in keys

◆ pkt_ssid

uint8_t _DOT11DECRYPT_CONTEXT::pkt_ssid[32]

SSID extracted from the current packet

◆ pkt_ssid_len

size_t _DOT11DECRYPT_CONTEXT::pkt_ssid_len

Length in bytes of pkt_ssid

◆ sa_hash

GHashTable* _DOT11DECRYPT_CONTEXT::sa_hash

Hash table of active Security Associations (SA), keyed by address/session info


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