|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
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 |
Parsed fields from an IEEE 802.11r Fast Transition Element (FTE).
| uint8_t* _DOT11DECRYPT_FTE::anonce |
Pointer to the Authenticator Nonce (ANonce)
| uint8_t* _DOT11DECRYPT_FTE::mic |
Pointer to the Message Integrity Code (MIC) field
| uint8_t _DOT11DECRYPT_FTE::mic_len |
Length in bytes of mic
| uint8_t* _DOT11DECRYPT_FTE::r0kh_id |
Pointer to the R0 Key Holder Identifier
| uint8_t _DOT11DECRYPT_FTE::r0kh_id_len |
Length in bytes of r0kh_id
| uint8_t* _DOT11DECRYPT_FTE::r1kh_id |
Pointer to the R1 Key Holder Identifier
| uint8_t _DOT11DECRYPT_FTE::r1kh_id_len |
Length in bytes of r1kh_id
| uint8_t* _DOT11DECRYPT_FTE::snonce |
Pointer to the Supplicant Nonce (SNonce)