version 1.1.1.6, 2021/03/17 00:39:23
|
version 1.1.1.6.2.1, 2023/09/27 11:08:01
|
Line 5
|
Line 5
|
* |
* |
*/ |
*/ |
|
|
|
#ifndef _RADIUS_H_ |
|
#define _RADIUS_H_ |
|
|
|
#include "defs.h" |
|
|
|
#ifdef USE_RADIUS |
|
|
#ifdef CCP_MPPC |
#ifdef CCP_MPPC |
#include <netgraph/ng_mppc.h> |
#include <netgraph/ng_mppc.h> |
#endif |
#endif |
Line 15
|
Line 22
|
|
|
#include "iface.h" |
#include "iface.h" |
|
|
#ifndef _RADIUS_H_ |
|
#define _RADIUS_H_ |
|
|
|
/* |
/* |
* DEFINITIONS |
* DEFINITIONS |
Line 189 extern void RadiusClose(struct authdata *auth);
|
Line 194 extern void RadiusClose(struct authdata *auth);
|
extern void RadiusEapProxy(void *arg); |
extern void RadiusEapProxy(void *arg); |
extern int RadStat(Context ctx, int ac, const char *const av[], const void *arg); |
extern int RadStat(Context ctx, int ac, const char *const av[], const void *arg); |
|
|
|
#endif /* USE_RADIUS */ |
#endif |
#endif |