Webserver+3d print

Dependents:   Nucleo

Embed: (wiki syntax)

« Back to documentation index

PapFsm Struct Reference

PapFsm Struct Reference

PAP finite state machine. More...

#include <pap.h>

Data Fields

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

Detailed Description

PAP finite state machine.

Definition at line 145 of file pap.h.


Field Documentation

uint8_t identifier

Identifier used to match requests and replies.

Definition at line 149 of file pap.h.

uint_t localState

Local state.

Definition at line 147 of file pap.h.

const uint8_t* password

Peer's password.

Definition at line 152 of file pap.h.

size_t passwordLen

Length of the password in bytes.

Definition at line 153 of file pap.h.

uint_t peerState

Peer state.

Definition at line 148 of file pap.h.

Restart counter.

Definition at line 150 of file pap.h.

systime_t timestamp

Timestamp to manage retransmissions.

Definition at line 151 of file pap.h.