|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
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] |
Parsed representation of an 802.11 association or reassociation frame.
| uint8_t _DOT11DECRYPT_ASSOC_PARSED::akm |
AKM suite selector from RSNE
| uint8_t _DOT11DECRYPT_ASSOC_PARSED::bssid[6] |
BSSID of the access point
| uint8_t _DOT11DECRYPT_ASSOC_PARSED::cipher |
Pairwise cipher suite selector from RSNE
| uint8_t _DOT11DECRYPT_ASSOC_PARSED::da[6] |
Destination MAC address
| uint8_t _DOT11DECRYPT_ASSOC_PARSED::frame_subtype |
802.11 frame subtype (e.g., association request/response)
| DOT11DECRYPT_FTE _DOT11DECRYPT_ASSOC_PARSED::fte |
Parsed Fast Transition Element (FTE) fields
| uint8_t* _DOT11DECRYPT_ASSOC_PARSED::fte_tag |
Pointer to the raw Fast Transition Element (FTE) tag
| uint8_t _DOT11DECRYPT_ASSOC_PARSED::group_cipher |
Group cipher suite selector from RSNE
| uint8_t* _DOT11DECRYPT_ASSOC_PARSED::gtk |
Pointer to the Group Temporal Key (GTK), if present
| uint16_t _DOT11DECRYPT_ASSOC_PARSED::gtk_len |
Length in bytes of gtk
| uint16_t _DOT11DECRYPT_ASSOC_PARSED::gtk_subelem_key_len |
Length in bytes of the GTK subelement key field
| uint8_t* _DOT11DECRYPT_ASSOC_PARSED::mde_tag |
Pointer to the raw Mobility Domain Element (MDE) tag
| uint8_t* _DOT11DECRYPT_ASSOC_PARSED::mdid |
Pointer to the Mobility Domain Identifier (MDID), for FT AKMs
| uint8_t* _DOT11DECRYPT_ASSOC_PARSED::rde_tag |
Pointer to the raw Resource Request/Response Element (RDE) tag
| uint8_t* _DOT11DECRYPT_ASSOC_PARSED::rsne_tag |
Pointer to the raw RSN Element (RSNE) tag in the frame
| uint8_t* _DOT11DECRYPT_ASSOC_PARSED::rsnxe_tag |
Pointer to the raw RSN Extension Element (RSNXE) tag
| uint8_t _DOT11DECRYPT_ASSOC_PARSED::sa[6] |
Source MAC address