Data Fields | |
| char | configfile [255] |
| name of the config file | |
| char * | wdctl_sock |
| wdctl path to socket | |
| char * | internal_sock |
| internal path to socket | |
| int | daemon |
| if daemon > 0, use daemon mode | |
| int | debuglevel |
| Debug information verbosity. | |
| char * | external_interface |
| External network interface name for firewall rules. | |
| char * | gw_id |
| ID of the Gateway, sent to central server. | |
| char * | gw_interface |
| Interface we will accept connections on. | |
| char * | gw_address |
| Internal IP address for our web server. | |
| int | gw_port |
| Port the webserver will run on. | |
| t_auth_serv * | auth_servers |
| Auth servers list. | |
| char * | httpdname |
| Name the web server will return when replying to a request. | |
| int | httpdmaxconn |
| Used by libhttpd, not sure what it does. | |
| int | clienttimeout |
| How many CheckIntervals before a client must be re-authenticated. | |
| int | checkinterval |
| Frequency the the client timeout check thread will run. | |
| int | log_syslog |
| boolean, wether to log to syslog | |
| int | syslog_facility |
| facility to use when using syslog for logging | |
| t_firewall_ruleset * | rulesets |
| firewall rules | |
| t_trusted_mac * | trustedmaclist |
| list of trusted macs | |
| char * | socket |
| int | command |
| char * | param |
| char * | wdctl_sock |
| wdctl path to socket | |
| char * | internal_sock |
| internal path to socket | |
| char * | external_interface |
| External network interface name for firewall rules. | |
| char * | gw_id |
| ID of the Gateway, sent to central server. | |
| char * | gw_interface |
| Interface we will accept connections on. | |
| char * | gw_address |
| Internal IP address for our web server. | |
| t_auth_serv * | auth_servers |
| Auth servers list. | |
| char * | httpdname |
| Name the web server will return when replying to a request. | |
| t_firewall_ruleset * | rulesets |
| firewall rules | |
| t_trusted_mac * | trustedmaclist |
| list of trusted macs | |
| char * | socket |
| char * | param |
Definition at line 110 of file src/conf.h.
| char s_config::configfile |
| char* s_config::wdctl_sock |
| char* s_config::internal_sock |
| int s_config::daemon |
| char* s_config::gw_id |
| char* s_config::gw_interface |
| char* s_config::gw_address |
| char* s_config::httpdname |
Name the web server will return when replying to a request.
Definition at line 126 of file src/conf.h.
How many CheckIntervals before a client must be re-authenticated.
Definition at line 130 of file src/conf.h.
| char* s_config::wdctl_sock |
| char* s_config::internal_sock |
External network interface name for firewall rules.
Definition at line 116 of file wifidog-1.1.3_beta6/src/conf.h.
| char* s_config::gw_id |
ID of the Gateway, sent to central server.
Definition at line 118 of file wifidog-1.1.3_beta6/src/conf.h.
| char* s_config::gw_interface |
Interface we will accept connections on.
Definition at line 120 of file wifidog-1.1.3_beta6/src/conf.h.
| char* s_config::gw_address |
Internal IP address for our web server.
Definition at line 121 of file wifidog-1.1.3_beta6/src/conf.h.
| char* s_config::httpdname |
Name the web server will return when replying to a request.
Definition at line 126 of file wifidog-1.1.3_beta6/src/conf.h.
1.5.1