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

IEEE 802.11 MAC frame header without Address 4 field. More...

#include <dot11decrypt_int.h>

Public Attributes

unsigned char fc [2]
 
unsigned char dur [2]
 
unsigned char addr1 [6]
 
unsigned char addr2 [6]
 
unsigned char addr3 [6]
 
unsigned char seq [2]
 

Detailed Description

IEEE 802.11 MAC frame header without Address 4 field.

Member Data Documentation

◆ addr1

unsigned char _DOT11DECRYPT_MAC_FRAME::addr1[6]

Destination address (DA) or BSSID depending on frame type

◆ addr2

unsigned char _DOT11DECRYPT_MAC_FRAME::addr2[6]

Source address (SA) or transmitter address (TA)

◆ addr3

unsigned char _DOT11DECRYPT_MAC_FRAME::addr3[6]

BSSID, SA, or DA depending on To DS / From DS bits

◆ dur

unsigned char _DOT11DECRYPT_MAC_FRAME::dur[2]

Duration/ID field: NAV value or association ID

◆ fc

unsigned char _DOT11DECRYPT_MAC_FRAME::fc[2]

Frame Control field: protocol version, type, subtype, and flags

◆ seq

unsigned char _DOT11DECRYPT_MAC_FRAME::seq[2]

Sequence Control field: fragment number and sequence number


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