attr_dissector_fn_t
[wireshark-sm.git] / epan / eapol_keydes_types.h
blob438ff13fb1cc0c24d4630de730be94a17dbcdaa4
1 /** @file
3 * Declarations of EAPOL Key Descriptor types
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <gerald@wireshark.org>
7 * Copyright 1998 Gerald Combs
9 * SPDX-License-Identifier: GPL-2.0-or-later
12 #ifndef __EAPOL_KEYDES_TYPES_H__
13 #define __EAPOL_KEYDES_TYPES_H__
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
19 #endif /* __EAPOL_KEYDES_TYPES_H__ */