hostapd / main() More...
#include "includes.h"#include <syslog.h>#include "eloop.h"#include "hostapd.h"#include "version.h"#include "config.h"#include "tls.h"#include "eap_server/eap.h"#include "eap_server/tncs.h"
Go to the source code of this file.
Data Structures | |
| struct | hapd_interfaces |
Functions | |
| int | hostapd_for_each_interface (int(*cb)(struct hostapd_iface *iface, void *ctx), void *ctx) |
| int | main (int argc, char *argv[]) |
Variables | |
| int | wpa_debug_level |
| int | wpa_debug_show_keys |
| int | wpa_debug_timestamp |
hostapd / main()
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
Alternatively, this software may be distributed under the terms of BSD license.
See README and COPYING for more details.
Definition in file main.c.
1.6.1