:orphan: .. index:: pair: struct; tapi_auth_info_s .. _doxid-structtapi__auth__info__s: struct tapi_auth_info_s ======================= .. toctree:: :hidden: Overview ~~~~~~~~ Configuration parameters for EAP authentication :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_auth_info_s { // fields char* :ref:`identity`; :ref:`tapi_auth_eap_t` :ref:`eap_type`; bool :ref:`valid`; char* :ref:`username`; char* :ref:`passwd`; struct tapi_auth_info_s::@63::@65 :ref:`md5`; :ref:`tapi_auth_tls_t` :ref:`server`; :ref:`tapi_auth_tls_t` :ref:`client`; char* :ref:`root_cert_fname`; struct tapi_auth_info_s::@63::@66 :ref:`tls`; }; .. _details-structtapi__auth__info__s: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Configuration parameters for EAP authentication Fields ------ .. index:: pair: variable; identity .. _doxid-structtapi__auth__info__s_1aef303b42730791280965690011c8be4b: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* identity EAP identity .. index:: pair: variable; eap_type .. _doxid-structtapi__auth__info__s_1a84197d4d8dc13358b0b96d18b97e8f15: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_auth_eap_t` eap_type EAP type .. index:: pair: variable; valid .. _doxid-structtapi__auth__info__s_1a14554f437d91171cb8407a5839df6751: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool valid Whether the user allowed .. index:: pair: variable; username .. _doxid-structtapi__auth__info__s_1acd31ead7f2d7338f19417e5a8ca56893: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* username User name .. index:: pair: variable; passwd .. _doxid-structtapi__auth__info__s_1a33554306d8469cf061825894ae346a05: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* passwd User's password .. index:: pair: variable; md5 .. _doxid-structtapi__auth__info__s_1a5f98671228ab2df216c25707962ce1ae: .. ref-code-block:: cpp :class: doxyrest-title-code-block unnamed-struct md5 EAP-MD5 parameters .. index:: pair: variable; server .. _doxid-structtapi__auth__info__s_1ae1b5532a1001f4fc6208ec89a3ee9e16: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_auth_tls_t` server Server TLS info .. index:: pair: variable; client .. _doxid-structtapi__auth__info__s_1af1895cbe9f64c6859c3e358e9ebf8b20: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_auth_tls_t` client Client TLS info .. index:: pair: variable; root_cert_fname .. _doxid-structtapi__auth__info__s_1a3566a65fde49bac098999b872d4324b8: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* root_cert_fname CA certificate file name .. index:: pair: variable; tls .. _doxid-structtapi__auth__info__s_1a5ff98e5dd10280a50d8860f8e6cb1aa2: .. ref-code-block:: cpp :class: doxyrest-title-code-block unnamed-struct tls EAP-TLS parameters