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

Public Attributes

char Passphrase [DOT11DECRYPT_WPA_PASSPHRASE_MAX_LEN]
 
size_t PassphraseLen
 
char Ssid [DOT11DECRYPT_WPA_SSID_MAX_LEN]
 
size_t SsidLen
 

Member Data Documentation

◆ Passphrase

char _DOT11DECRYPT_KEY_ITEM::DOT11DECRYPT_KEY_ITEMDATA_PWD::Passphrase[DOT11DECRYPT_WPA_PASSPHRASE_MAX_LEN]

The octet string value of the passphrase. (The passphrase is technically an opaque octet string, even if recommended to be ASCII printable. It could (unlikely) even include internal NULs, which a Wireshark user could enter into the UAT percent-encoded.)

◆ PassphraseLen

size_t _DOT11DECRYPT_KEY_ITEM::DOT11DECRYPT_KEY_ITEMDATA_PWD::PassphraseLen

The length of the passphrase

◆ Ssid

char _DOT11DECRYPT_KEY_ITEM::DOT11DECRYPT_KEY_ITEMDATA_PWD::Ssid[DOT11DECRYPT_WPA_SSID_MAX_LEN]

The value of the SSID (up to DOT11DECRYPT_WPA_SSID_MAX_LEN octets).

Note
A zero-length SSID indicates broadcast.

◆ SsidLen

size_t _DOT11DECRYPT_KEY_ITEM::DOT11DECRYPT_KEY_ITEMDATA_PWD::SsidLen

The length of the SSID


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