aboutsummaryrefslogtreecommitdiffstats
path: root/epan/eapol_keydes_types.h
blob: 438ff13fb1cc0c24d4630de730be94a17dbcdaa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/** @file
 *
 * Declarations of EAPOL Key Descriptor types
 *
 * Wireshark - Network traffic analyzer
 * By Gerald Combs <gerald@wireshark.org>
 * Copyright 1998 Gerald Combs
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#ifndef __EAPOL_KEYDES_TYPES_H__
#define __EAPOL_KEYDES_TYPES_H__

#define EAPOL_RC4_KEY           1 /* RC4 - deprecated */
#define EAPOL_RSN_KEY           2 /* 802.11i - "work in progress" */
#define EAPOL_WPA_KEY           254

#endif /* __EAPOL_KEYDES_TYPES_H__ */