Move wps_hostapd.c into src/ap
[libeap.git] / hostapd / main.c
index abbab18..a08da3a 100644 (file)
@@ -179,6 +179,7 @@ static struct hostapd_iface * hostapd_init(const char *config_file)
        if (hapd_iface == NULL)
                goto fail;
 
+       hapd_iface->reload_config = hostapd_reload_config;
        hapd_iface->config_read_cb = hostapd_config_read;
        hapd_iface->config_fname = os_strdup(config_file);
        if (hapd_iface->config_fname == NULL)