OpenVAS Libraries  8.0.6
Data Structures | Typedefs | Functions
radius.h File Reference

Go to the source code of this file.

Data Structures

struct  radius_auth_info
 Info to use for a basic radius authentication. More...
 

Typedefs

typedef struct radius_auth_inforadius_auth_info_t
 

Functions

int radius_authenticate (const char *, const char *, void *)
 Dummy function for manager. More...
 
radius_auth_info_t radius_auth_info_from_key_file (GKeyFile *, const char *)
 

Typedef Documentation

Function Documentation

radius_auth_info_t radius_auth_info_from_key_file ( GKeyFile *  ,
const char *   
)
int radius_authenticate ( const char *  username,
const char *  password,
void *  info 
)

Dummy function for manager.

Parameters
[in]hostnameServer hostname.
[in]secretRadius secret key.
[in]usernameUsername to authenticate.
[in]passwordPassword to use with username.
Returns
-1.