Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
ChapFsm Struct Reference
CHAP finite state machine. More...
#include <chap.h>
Data Fields | |
| uint_t | localState |
| Local state. | |
| uint8_t | localIdentifier |
| Identifier used to match requests and replies. | |
| uint_t | peerState |
| Peer state. | |
| uint8_t | peerIdentifier |
| Identifier used to match requests and replies. | |
| uint_t | restartCounter |
| Restart counter. | |
| systime_t | timestamp |
| Timestamp to manage retransmissions. | |
| uint8_t | challenge [16] |
| Challenge value sent to the peer. | |
| const uint8_t * | response |
| Response value from the peer. | |
Detailed Description
CHAP finite state machine.
Definition at line 172 of file chap.h.
Field Documentation
| uint8_t localIdentifier |
| uint_t localState |
| uint8_t peerIdentifier |
| uint_t restartCounter |
Generated on Tue Jul 12 2022 17:10:23 by
1.7.2