:orphan: .. index:: pair: struct; l2tp_auth .. _doxid-structl2tp__auth: struct l2tp_auth ================ .. toctree:: :hidden: Overview ~~~~~~~~ Structure for desired authentication :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct l2tp_auth { // fields enum :ref:`l2tp_auth_prot` :ref:`protocol`; enum :ref:`l2tp_auth_policy` :ref:`type`; }; .. _details-structl2tp__auth: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Structure for desired authentication Fields ------ .. index:: pair: variable; protocol .. _doxid-structl2tp__auth_1a1f3c2630ce67d051aa274e22d5f2226d: .. ref-code-block:: cpp :class: doxyrest-title-code-block enum :ref:`l2tp_auth_prot` protocol CHAP\|PAP\|REST_AUTH .. index:: pair: variable; type .. _doxid-structl2tp__auth_1aaebf5c6d5973cca6a8aa50bec1aaf902: .. ref-code-block:: cpp :class: doxyrest-title-code-block enum :ref:`l2tp_auth_policy` type REQUIRE\|REFUSE