EDGESEC
0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
|
File containing the definition of the supervisor service structure. More...
#include <stdbool.h>
#include <sqlite3.h>
#include <eloop.h>
#include "../ap/ap_config.h"
#include "../capture/capture_config.h"
#include "../crypt/crypt_config.h"
#include "../dhcp/dhcp_config.h"
#include "../dns/dns_config.h"
#include "../firewall/firewall_service.h"
#include "../radius/radius_config.h"
#include "../utils/iface.h"
#include "../utils/iface_mapper.h"
#include "mac_mapper.h"
Go to the source code of this file.
Data Structures | |
struct | auth_ticket |
Authentication ticket structure definition. More... | |
struct | supervisor_context |
Supervisor structure definition. More... | |
File containing the definition of the supervisor service structure.