|
error_t | chapStartAuth (PppContext *context) |
| Start CHAP authentication. More...
|
|
error_t | chapAbortAuth (PppContext *context) |
| Abort CHAP authentication. More...
|
|
void | chapTick (PppContext *context) |
| CHAP timer handler. More...
|
|
void | chapProcessPacket (PppContext *context, const PppPacket *packet, size_t length) |
| Process an incoming CHAP packet. More...
|
|
error_t | chapProcessChallenge (PppContext *context, const ChapChallengePacket *challengePacket, size_t length) |
| Process Challenge packet. More...
|
|
error_t | chapProcessResponse (PppContext *context, const ChapResponsePacket *responsePacket, size_t length) |
| Process Response packet. More...
|
|
error_t | chapProcessSuccess (PppContext *context, const ChapSuccessPacket *successPacket, size_t length) |
| Process Success packet. More...
|
|
error_t | chapProcessFailure (PppContext *context, const ChapFailurePacket *failurePacket, size_t length) |
| Process Failure packet. More...
|
|
error_t | chapSendChallenge (PppContext *context) |
| Send Challenge packet. More...
|
|
error_t | chapSendResponse (PppContext *context, const uint8_t *value) |
| Send Response packet. More...
|
|
error_t | chapSendSuccess (PppContext *context) |
| Send Success packet. More...
|
|
error_t | chapSendFailure (PppContext *context) |
| Send Failure packet. More...
|
|
bool_t | chapCheckPassword (PppContext *context, const char_t *password) |
| Password verification. More...
|
|
CHAP (Challenge Handshake Authentication Protocol)
License
SPDX-License-Identifier: GPL-2.0-or-later
Copyright (C) 2010-2024 Oryx Embedded SARL. All rights reserved.
This file is part of CycloneTCP 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.
- Author
- Oryx Embedded SARL (www.oryx-embedded.com)
- Version
- 2.4.4
Definition in file chap.c.