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
Field Documentation
◆ identifier
| uint8_t identifier |
◆ localState
◆ password
◆ passwordLen
◆ peerState
◆ restartCounter
◆ timestamp
The documentation for this struct was generated from the following file:
- cyclone_tcp/ppp/pap.h
