STEP06 ? add dissect_kerberos_AD_AP_OPTIONS
[metze/wireshark/wip.git] / epan / eapol_keydes_types.h
1 /* eapol_keydes_types.h
2  * Declarations of EAPOL Key Descriptor types
3  *
4  * Wireshark - Network traffic analyzer
5  * By Gerald Combs <gerald@wireshark.org>
6  * Copyright 1998 Gerald Combs
7  *
8  * SPDX-License-Identifier: GPL-2.0-or-later
9  */
10
11 #ifndef __EAPOL_KEYDES_TYPES_H__
12 #define __EAPOL_KEYDES_TYPES_H__
13
14 #define EAPOL_RC4_KEY           1 /* RC4 - deprecated */
15 #define EAPOL_RSN_KEY           2 /* 802.11i - "work in progress" */
16 #define EAPOL_WPA_KEY           254
17
18 #endif /* __EAPOL_KEYDES_TYPES_H__ */