Wireshark  4.3.0
The Wireshark network protocol analyzer
eapol_keydes_types.h
Go to the documentation of this file.
1 
12 #ifndef __EAPOL_KEYDES_TYPES_H__
13 #define __EAPOL_KEYDES_TYPES_H__
14 
15 #define EAPOL_RC4_KEY 1 /* RC4 - deprecated */
16 #define EAPOL_RSN_KEY 2 /* 802.11i - "work in progress" */
17 #define EAPOL_WPA_KEY 254
18 
19 #endif /* __EAPOL_KEYDES_TYPES_H__ */