EDGESEC  0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
Data Structures | Macros | Typedefs
radius_config.h File Reference

File containing the definition of the radius config. More...

#include "../utils/net.h"
#include "../utils/os.h"
Include dependency graph for radius_config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  radius_conf
 Radius configuration structure. More...
 

Macros

#define RADIUS_SECRET_LEN   255
 

Typedefs

typedef struct mac_conn_info(* mac_conn_fn) (uint8_t mac_addr[], void *mac_conn_arg)
 

Detailed Description

File containing the definition of the radius config.

Author
Alexandru Mereacre
Date
2022

Macro Definition Documentation

◆ RADIUS_SECRET_LEN

#define RADIUS_SECRET_LEN   255

Typedef Documentation

◆ mac_conn_fn

typedef struct mac_conn_info(* mac_conn_fn) (uint8_t mac_addr[], void *mac_conn_arg)