struct l2tp_ppp_secret

Overview

CHAP|PAP secret structure More…

#include <tapi_cfg_l2tp.h>

struct l2tp_ppp_secret {
    // fields

    enum l2tp_auth_prot is_chap;
    const char* client;
    const char* server;
    const char* secret;
    const char* sipv4;
};

Detailed Documentation

CHAP|PAP secret structure

Fields

enum l2tp_auth_prot is_chap

CHAP|PAP secret

const char* client

Client name

const char* server

Server name

const char* secret

Secret name

const char* sipv4

IP address