|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Public Attributes | ||
| struct _DOT11DECRYPT_SEC_ASSOCIATION * | next | |
| DOT11DECRYPT_SEC_ASSOCIATION_ID | saId | |
| DOT11DECRYPT_KEY_ITEM * | key | |
| uint8_t | handshake | |
| uint8_t | validKey | |
| struct { | ||
| uint8_t key_ver | ||
| unsigned char nonce [32] | ||
| int akm | ||
| int cipher | ||
| int tmp_group_cipher | ||
| int pmk_len | ||
| unsigned char ptk [96] | ||
| int ptk_len | ||
| uint8_t mld: 1 | ||
| uint8_t ap_mld_mac_set: 1 | ||
| uint8_t sta_mld_mac_set: 1 | ||
| uint8_t ap_mld_mac [6] | ||
| uint8_t sta_mld_mac [6] | ||
| struct DOT11DECRYPT_MLO_LINK_INFO { | ||
| uint8_t id_set: 1 | ||
| uint8_t sta_mac_set: 1 | ||
| uint8_t ap_mac_set: 1 | ||
| uint8_t id: 4 | ||
| uint8_t sta_mac [6] | ||
| uint8_t ap_mac [6] | ||
| } mlo_links [3] | ||
| } | wpa | |