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

Public Attributes

unsigned char WepKey [DOT11DECRYPT_WEP_KEY_MAXLEN]
 
size_t WepKeyLen
 

Member Data Documentation

◆ WepKey

unsigned char _DOT11DECRYPT_KEY_ITEM::DOT11DECRYPT_KEY_ITEMDATA::DOT11DECRYPT_KEY_ITEMDATA_WEP::WepKey[DOT11DECRYPT_WEP_KEY_MAXLEN]

The binary value of the WEP key.

Note
It is accepted a key of length between DOT11DECRYPT_WEP_KEY_MINLEN and DOT11DECRYPT_WEP_KEY_MAXLEN. A WEP key standard-compliante should be either 40 bits (10 hex-digits, 5 bytes) for WEP-40 or 104 bits (26 hex-digits, 13 bytes) for WEP-104.

◆ WepKeyLen

size_t _DOT11DECRYPT_KEY_ITEM::DOT11DECRYPT_KEY_ITEMDATA::DOT11DECRYPT_KEY_ITEMDATA_WEP::WepKeyLen

The length of the WEP key. Acceptable range is [DOT11DECRYPT_WEP_KEY_MINLEN;DOT11DECRYPT_WEP_KEY_MAXLEN].


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