Structure to specify PPP options. More...
#include <ppp.h>
Public Attributes | |
| uint8_t | Restart_Interval |
| The restart interval for PPP Negotiations, specified in seconds. | |
| uint8_t | Max_Terminate |
| The Maximum number of times to send terminate. | |
| uint8_t | Max_Configure |
| The Maximum number of times to send config requests. | |
| uint8_t | Max_Failure |
| The Maximum number of configuration failures. | |
| BOOL | CHAPenable |
| If set to true, CHAP will be required for the connection. | |
| BOOL | Chat_Login_disable |
| If set to true, then ppp will not allow Chat_Login mode to occur. | |
| const char * | pUserName |
| User name for PAP autentication. | |
| const char * | pPassword |
| Password for PAP autentication. | |
| IPADDR4 | SetThisInterfaceAddress |
| A value of 0 will require the remote client to provide an IP address. | |
| IPADDR4 | SetThatInterfaceAddress |
| A valid IP address will be used as the remote client's IP address. | |
| uint32_t | TX_DESIRED_ACCM |
| Set any additional transmit ACCM values. | |
| uint32_t | RX_DESIRED_ACCM |
| Set any additional receive ACCM values. | |
| BOOL | UseMagicNumber |
| Set to enable a magic number. | |
Structure to specify PPP options.