ChapFsm Struct Reference

CHAP finite state machine. More...

#include <chap.h>

Data Fields

uint_t localState
 Local state. More...
 
uint8_t localIdentifier
 Identifier used to match requests and replies. More...
 
uint_t peerState
 Peer state. More...
 
uint8_t peerIdentifier
 Identifier used to match requests and replies. More...
 
uint_t restartCounter
 Restart counter. More...
 
systime_t timestamp
 Timestamp to manage retransmissions. More...
 
uint8_t challenge [16]
 Challenge value sent to the peer. More...
 
const uint8_t * response
 Response value from the peer. More...
 

Detailed Description

CHAP finite state machine.

Definition at line 183 of file chap.h.

Field Documentation

◆ challenge

uint8_t challenge[16]

Challenge value sent to the peer.

Definition at line 191 of file chap.h.

◆ localIdentifier

uint8_t localIdentifier

Identifier used to match requests and replies.

Definition at line 186 of file chap.h.

◆ localState

uint_t localState

Local state.

Definition at line 185 of file chap.h.

◆ peerIdentifier

uint8_t peerIdentifier

Identifier used to match requests and replies.

Definition at line 188 of file chap.h.

◆ peerState

uint_t peerState

Peer state.

Definition at line 187 of file chap.h.

◆ response

const uint8_t* response

Response value from the peer.

Definition at line 192 of file chap.h.

◆ restartCounter

uint_t restartCounter

Restart counter.

Definition at line 189 of file chap.h.

◆ timestamp

systime_t timestamp

Timestamp to manage retransmissions.

Definition at line 190 of file chap.h.


The documentation for this struct was generated from the following file: