RADIUS (Remote Authentication Dial In User Service) More...
#include "eap/eap.h"
Go to the source code of this file.
Macros | |
#define | RADIUS_SUPPORT ENABLED |
#define | RADIUS_PORT 1812 |
Enumerations | |
enum | RadiusCode { RADIUS_CODE_ACCESS_REQUEST = 1, RADIUS_CODE_ACCESS_ACCEPT = 2, RADIUS_CODE_ACCESS_REJECT = 3, RADIUS_CODE_ACCOUNTING_REQUEST = 4, RADIUS_CODE_ACCOUNTING_RESPONSE = 5, RADIUS_CODE_ACCESS_CHALLENGE = 11, RADIUS_CODE_STATUS_SERVER = 12, RADIUS_CODE_STATUS_CLIENT = 13 } |
RADIUS codes. More... | |
Variables | |
typedef | __packed_struct |
RADIUS packet. More... | |
uint8_t | identifier |
uint16_t | length |
uint8_t | authenticator [16] |
uint8_t | attributes [] |
RadiusPacket | |
Detailed Description
RADIUS (Remote Authentication Dial In User Service)
License
SPDX-License-Identifier: GPL-2.0-or-later
Copyright (C) 2022-2024 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.4.4
Definition in file radius.h.
Macro Definition Documentation
◆ RADIUS_PORT
◆ RADIUS_SUPPORT
Enumeration Type Documentation
◆ RadiusCode
enum RadiusCode |
RADIUS codes.
Variable Documentation
◆ __packed_struct
typedef __packed_struct |