EAP (Extensible Authentication Protocol) More...
Go to the source code of this file.
Macros | |
| #define | CYCLONE_EAP_VERSION_STRING "2.5.4" |
| #define | CYCLONE_EAP_MAJOR_VERSION 2 |
| #define | CYCLONE_EAP_MINOR_VERSION 5 |
| #define | CYCLONE_EAP_REV_NUMBER 4 |
| #define | EAP_SUPPORT ENABLED |
| #define | EAP_MD5_SUPPORT DISABLED |
| #define | EAP_TLS_SUPPORT DISABLED |
| #define | EAP_MAX_FRAG_SIZE 1000 |
| #define | EAP_DEFAULT_CLIENT_TIMEOUT 60 |
Variables | |
| typedef | __packed_struct |
| EAPOL PDU. More... | |
| uint8_t | packetType |
| uint16_t | packetBodyLen |
| uint8_t | packetBody [] |
| EapolPdu | |
| uint8_t | identifier |
| uint16_t | length |
| uint8_t | data [] |
| EapPacket | |
| uint8_t | type |
| EapRequest | |
| EapResponse | |
| uint8_t | flags |
| EapTlsPacket | |
Detailed Description
EAP (Extensible Authentication Protocol)
License
SPDX-License-Identifier: GPL-2.0-or-later
Copyright (C) 2022-2025 Oryx Embedded SARL. All rights reserved.
This file is part of CycloneEAP Open.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- Version
- 2.5.4
Definition in file eap.h.
Macro Definition Documentation
◆ CYCLONE_EAP_MAJOR_VERSION
◆ CYCLONE_EAP_MINOR_VERSION
◆ CYCLONE_EAP_REV_NUMBER
◆ CYCLONE_EAP_VERSION_STRING
◆ EAP_DEFAULT_CLIENT_TIMEOUT
◆ EAP_MAX_FRAG_SIZE
◆ EAP_MD5_SUPPORT
◆ EAP_SUPPORT
◆ EAP_TLS_SUPPORT
Enumeration Type Documentation
◆ EapCode
| enum EapCode |
◆ EapMethodType
| enum EapMethodType |
EAP method types.
◆ EapolType
| enum EapolType |
EAPOL packet types.
◆ EapolVersion
| enum EapolVersion |
◆ EapTlsFlags
| enum EapTlsFlags |
Variable Documentation
◆ __packed_struct
| typedef __packed_struct |
