struct tapi_radius_clnt_s

Overview

Structure that keeps configuration of RADIUS Client. More…

#include <tapi_radius.h>

struct tapi_radius_clnt_s {
    // fields

    const char* secret;
    struct in_addr net_addr;
};

Detailed Documentation

Structure that keeps configuration of RADIUS Client. This structure was created to make tapi_radius_serv_add_client() function backward compatible when someone adds a new configuration value for RADIUS Client.

Fields

const char* secret

Secret string that should be shared between RADIUS Server and Client

struct in_addr net_addr

Network address of RADIUS Client