Webserver+3d print
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
