PapFsm Struct Reference

PAP finite state machine. More...

#include <pap.h>

Data Fields

uint_t localState
 Local state. More...
 
uint_t peerState
 Peer state. More...
 
uint8_t identifier
 Identifier used to match requests and replies. More...
 
uint_t restartCounter
 Restart counter. More...
 
systime_t timestamp
 Timestamp to manage retransmissions. More...
 
const uint8_t * password
 Peer's password. More...
 
size_t passwordLen
 Length of the password in bytes. More...
 

Detailed Description

PAP finite state machine.

Definition at line 156 of file pap.h.

Field Documentation

◆ identifier

uint8_t identifier

Identifier used to match requests and replies.

Definition at line 160 of file pap.h.

◆ localState

uint_t localState

Local state.

Definition at line 158 of file pap.h.

◆ password

const uint8_t* password

Peer's password.

Definition at line 163 of file pap.h.

◆ passwordLen

size_t passwordLen

Length of the password in bytes.

Definition at line 164 of file pap.h.

◆ peerState

uint_t peerState

Peer state.

Definition at line 159 of file pap.h.

◆ restartCounter

uint_t restartCounter

Restart counter.

Definition at line 161 of file pap.h.

◆ timestamp

systime_t timestamp

Timestamp to manage retransmissions.

Definition at line 162 of file pap.h.


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