|
|
|
@ -31,7 +31,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
struct hapd_interfaces {
|
|
|
|
|
@@ -163,6 +165,15 @@ static void hostapd_logger_cb(void *ctx,
|
|
|
|
|
@@ -163,6 +165,16 @@ static void hostapd_logger_cb(void *ctx,
|
|
|
|
|
}
|
|
|
|
|
#endif /* CONFIG_NO_HOSTAPD_LOGGER */
|
|
|
|
|
|
|
|
|
@ -42,12 +42,13 @@ |
|
|
|
|
+ return -1;
|
|
|
|
|
+ }
|
|
|
|
|
+ daemonize = 0;
|
|
|
|
|
+ return 0;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* hostapd_init - Allocate and initialize per-interface data
|
|
|
|
|
@@ -184,6 +195,7 @@ static struct hostapd_iface * hostapd_in
|
|
|
|
|
@@ -184,6 +196,7 @@ static struct hostapd_iface * hostapd_in
|
|
|
|
|
if (hapd_iface == NULL)
|
|
|
|
|
goto fail;
|
|
|
|
|
|
|
|
|
@ -55,7 +56,7 @@ |
|
|
|
|
hapd_iface->reload_config = hostapd_reload_config;
|
|
|
|
|
hapd_iface->config_read_cb = hostapd_config_read;
|
|
|
|
|
hapd_iface->config_fname = os_strdup(config_file);
|
|
|
|
|
@@ -399,7 +411,7 @@ static int hostapd_global_init(struct ha
|
|
|
|
|
@@ -399,7 +412,7 @@ static int hostapd_global_init(struct ha
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -64,7 +65,7 @@ |
|
|
|
|
{
|
|
|
|
|
#ifdef EAP_SERVER_TNC
|
|
|
|
|
tncs_global_deinit();
|
|
|
|
|
@@ -419,8 +431,7 @@ static void hostapd_global_deinit(const
|
|
|
|
|
@@ -419,8 +432,7 @@ static void hostapd_global_deinit(const
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -74,7 +75,7 @@ |
|
|
|
|
{
|
|
|
|
|
#ifdef EAP_SERVER_TNC
|
|
|
|
|
int tnc = 0;
|
|
|
|
|
@@ -441,11 +452,6 @@ static int hostapd_global_run(struct hap
|
|
|
|
|
@@ -441,11 +453,6 @@ static int hostapd_global_run(struct hap
|
|
|
|
|
}
|
|
|
|
|
#endif /* EAP_SERVER_TNC */
|
|
|
|
|
|
|
|
|
@ -86,7 +87,7 @@ |
|
|
|
|
eloop_run();
|
|
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
|
@@ -501,8 +507,7 @@ int main(int argc, char *argv[])
|
|
|
|
|
@@ -501,8 +508,7 @@ int main(int argc, char *argv[])
|
|
|
|
|
struct hapd_interfaces interfaces;
|
|
|
|
|
int ret = 1;
|
|
|
|
|
size_t i;
|
|
|
|
@ -96,7 +97,7 @@ |
|
|
|
|
const char *log_file = NULL;
|
|
|
|
|
|
|
|
|
|
if (os_program_init())
|
|
|
|
|
@@ -576,7 +581,7 @@ int main(int argc, char *argv[])
|
|
|
|
|
@@ -576,7 +582,7 @@ int main(int argc, char *argv[])
|
|
|
|
|
goto out;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -105,7 +106,7 @@ |
|
|
|
|
goto out;
|
|
|
|
|
|
|
|
|
|
ret = 0;
|
|
|
|
|
@@ -587,7 +592,7 @@ int main(int argc, char *argv[])
|
|
|
|
|
@@ -587,7 +593,7 @@ int main(int argc, char *argv[])
|
|
|
|
|
hostapd_interface_deinit_free(interfaces.iface[i]);
|
|
|
|
|
os_free(interfaces.iface);
|
|
|
|
|
|
|
|
|
|