Webserver+3d print

Dependents:   Nucleo

Embed: (wiki syntax)

« Back to documentation index

ChapFsm Struct Reference

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 challenge[16]

Challenge value sent to the peer.

Definition at line 180 of file chap.h.

uint8_t localIdentifier

Identifier used to match requests and replies.

Definition at line 175 of file chap.h.

uint_t localState

Local state.

Definition at line 174 of file chap.h.

uint8_t peerIdentifier

Identifier used to match requests and replies.

Definition at line 177 of file chap.h.

uint_t peerState

Peer state.

Definition at line 176 of file chap.h.

const uint8_t* response

Response value from the peer.

Definition at line 181 of file chap.h.

Restart counter.

Definition at line 178 of file chap.h.

systime_t timestamp

Timestamp to manage retransmissions.

Definition at line 179 of file chap.h.