![]() |
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
#include <dot11decrypt_user.h>
Public Attributes | |
unsigned char | Psk [DOT11DECRYPT_WPA_PMK_MAX_LEN] |
unsigned char | Ptk [DOT11DECRYPT_WPA_PTK_MAX_LEN] |
uint8_t | PskLen |
uint8_t | PtkLen |
uint8_t | Akm |
uint8_t | Cipher |
WPA/WPA2 key data. Note that the decryption process will use the PMK (equal to PSK), that is calculated from passphrase-SSID pair. You can define one of these three fields and necessary fields will be automatically calculated.