PppSettings Struct Reference

PPP settings. More...

#include <ppp.h>

Data Fields

NetInterfaceinterface
 Underlying network interface. More...
 
uint16_t mru
 Default MRU. More...
 
uint32_t accm
 Default async control character map. More...
 
uint_t authProtocol
 Allowed authentication protocols. More...
 
PppRandCallback randCallback
 Random data generation callback function. More...
 
PppAuthCallback authCallback
 PPP authentication callback function. More...
 

Detailed Description

PPP settings.

Definition at line 384 of file ppp.h.

Field Documentation

◆ accm

uint32_t accm

Default async control character map.

Definition at line 388 of file ppp.h.

◆ authCallback

PppAuthCallback authCallback

PPP authentication callback function.

Definition at line 391 of file ppp.h.

◆ authProtocol

uint_t authProtocol

Allowed authentication protocols.

Definition at line 389 of file ppp.h.

◆ interface

NetInterface* interface

Underlying network interface.

Definition at line 386 of file ppp.h.

◆ mru

uint16_t mru

Default MRU.

Definition at line 387 of file ppp.h.

◆ randCallback

PppRandCallback randCallback

Random data generation callback function.

Definition at line 390 of file ppp.h.


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