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

Parsed fields from an IEEE 802.11r Fast Transition Element (FTE). More...

#include <dot11decrypt_system.h>

Public Attributes

uint8_t * mic
 
uint8_t mic_len
 
uint8_t * anonce
 
uint8_t * snonce
 
uint8_t * r0kh_id
 
uint8_t r0kh_id_len
 
uint8_t * r1kh_id
 
uint8_t r1kh_id_len
 

Detailed Description

Parsed fields from an IEEE 802.11r Fast Transition Element (FTE).

Member Data Documentation

◆ anonce

uint8_t* _DOT11DECRYPT_FTE::anonce

Pointer to the Authenticator Nonce (ANonce)

◆ mic

uint8_t* _DOT11DECRYPT_FTE::mic

Pointer to the Message Integrity Code (MIC) field

◆ mic_len

uint8_t _DOT11DECRYPT_FTE::mic_len

Length in bytes of mic

◆ r0kh_id

uint8_t* _DOT11DECRYPT_FTE::r0kh_id

Pointer to the R0 Key Holder Identifier

◆ r0kh_id_len

uint8_t _DOT11DECRYPT_FTE::r0kh_id_len

Length in bytes of r0kh_id

◆ r1kh_id

uint8_t* _DOT11DECRYPT_FTE::r1kh_id

Pointer to the R1 Key Holder Identifier

◆ r1kh_id_len

uint8_t _DOT11DECRYPT_FTE::r1kh_id_len

Length in bytes of r1kh_id

◆ snonce

uint8_t* _DOT11DECRYPT_FTE::snonce

Pointer to the Supplicant Nonce (SNonce)


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