struct tapi_auth_info_s

Overview

Configuration parameters for EAP authentication More…

#include <tapi_radius.h>

struct tapi_auth_info_s {
    // fields

    char* identity;
    tapi_auth_eap_t eap_type;
    bool valid;
    char* username;
    char* passwd;
    struct tapi_auth_info_s::@63::@65 md5;
    tapi_auth_tls_t server;
    tapi_auth_tls_t client;
    char* root_cert_fname;
    struct tapi_auth_info_s::@63::@66 tls;
};

Detailed Documentation

Configuration parameters for EAP authentication

Fields

char* identity

EAP identity

tapi_auth_eap_t eap_type

EAP type

bool valid

Whether the user allowed

char* username

User name

char* passwd

User’s password

unnamed-struct md5

EAP-MD5 parameters

tapi_auth_tls_t server

Server TLS info

tapi_auth_tls_t client

Client TLS info

char* root_cert_fname

CA certificate file name

unnamed-struct tls

EAP-TLS parameters