Wireshark  4.3.0
The Wireshark network protocol analyzer
Classes | Public Attributes | List of all members
_DOT11DECRYPT_KEY_ITEM Struct Reference

#include <dot11decrypt_user.h>

Classes

union  DOT11DECRYPT_KEY_ITEMDATA
 
struct  DOT11DECRYPT_KEY_ITEMDATA_MSK
 
struct  DOT11DECRYPT_KEY_ITEMDATA_PWD
 
struct  DOT11DECRYPT_KEY_ITEMDATA_TK
 

Public Attributes

uint8_t KeyType
 
union _DOT11DECRYPT_KEY_ITEM::DOT11DECRYPT_KEY_ITEMDATA KeyData
 
struct _DOT11DECRYPT_KEY_ITEM::DOT11DECRYPT_KEY_ITEMDATA_TK Tk
 
struct _DOT11DECRYPT_KEY_ITEM::DOT11DECRYPT_KEY_ITEMDATA_MSK Msk
 
struct _DOT11DECRYPT_KEY_ITEM::DOT11DECRYPT_KEY_ITEMDATA_PWD UserPwd
 

Detailed Description

Key item used during the decryption process.

Member Data Documentation

◆ KeyType

uint8_t _DOT11DECRYPT_KEY_ITEM::KeyType

Type of key. The type will remain unchanged during the processing, even if some fields could be changed (e.g., WPA fields).

Note
You can use constants DOT11DECRYPT_KEY_TYPE_xxx to indicate the key type.

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