Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
_DOT11DECRYPT_ASSOC_PARSED Struct Reference

Parsed representation of an 802.11 association or reassociation frame. More...

#include <dot11decrypt_system.h>

Public Attributes

uint8_t frame_subtype
uint8_t group_cipher
uint8_t cipher
uint8_t akm
uint8_t * mdid
DOT11DECRYPT_FTE fte
uint8_t * rsne_tag
uint8_t * rsnxe_tag
uint8_t * mde_tag
uint8_t * fte_tag
uint8_t * rde_tag
uint8_t * gtk
uint16_t gtk_len
uint16_t gtk_subelem_key_len
uint8_t bssid [6]
uint8_t sa [6]
uint8_t da [6]

Detailed Description

Parsed representation of an 802.11 association or reassociation frame.

Member Data Documentation

◆ akm

uint8_t _DOT11DECRYPT_ASSOC_PARSED::akm

AKM suite selector from RSNE

◆ bssid

uint8_t _DOT11DECRYPT_ASSOC_PARSED::bssid[6]

BSSID of the access point

◆ cipher

uint8_t _DOT11DECRYPT_ASSOC_PARSED::cipher

Pairwise cipher suite selector from RSNE

◆ da

uint8_t _DOT11DECRYPT_ASSOC_PARSED::da[6]

Destination MAC address

◆ frame_subtype

uint8_t _DOT11DECRYPT_ASSOC_PARSED::frame_subtype

802.11 frame subtype (e.g., association request/response)

◆ fte

DOT11DECRYPT_FTE _DOT11DECRYPT_ASSOC_PARSED::fte

Parsed Fast Transition Element (FTE) fields

◆ fte_tag

uint8_t* _DOT11DECRYPT_ASSOC_PARSED::fte_tag

Pointer to the raw Fast Transition Element (FTE) tag

◆ group_cipher

uint8_t _DOT11DECRYPT_ASSOC_PARSED::group_cipher

Group cipher suite selector from RSNE

◆ gtk

uint8_t* _DOT11DECRYPT_ASSOC_PARSED::gtk

Pointer to the Group Temporal Key (GTK), if present

◆ gtk_len

uint16_t _DOT11DECRYPT_ASSOC_PARSED::gtk_len

Length in bytes of gtk

◆ gtk_subelem_key_len

uint16_t _DOT11DECRYPT_ASSOC_PARSED::gtk_subelem_key_len

Length in bytes of the GTK subelement key field

◆ mde_tag

uint8_t* _DOT11DECRYPT_ASSOC_PARSED::mde_tag

Pointer to the raw Mobility Domain Element (MDE) tag

◆ mdid

uint8_t* _DOT11DECRYPT_ASSOC_PARSED::mdid

Pointer to the Mobility Domain Identifier (MDID), for FT AKMs

◆ rde_tag

uint8_t* _DOT11DECRYPT_ASSOC_PARSED::rde_tag

Pointer to the raw Resource Request/Response Element (RDE) tag

◆ rsne_tag

uint8_t* _DOT11DECRYPT_ASSOC_PARSED::rsne_tag

Pointer to the raw RSN Element (RSNE) tag in the frame

◆ rsnxe_tag

uint8_t* _DOT11DECRYPT_ASSOC_PARSED::rsnxe_tag

Pointer to the raw RSN Extension Element (RSNXE) tag

◆ sa

uint8_t _DOT11DECRYPT_ASSOC_PARSED::sa[6]

Source MAC address


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