Lines Matching refs:config_fname
204 if (iface->config_fname == NULL) { in hostapd_reload_config()
215 newconf = iface->interfaces->config_read_cb(iface->config_fname); in hostapd_reload_config()
228 fname = os_strdup(iface->config_fname); in hostapd_reload_config()
515 os_free(iface->config_fname); in hostapd_cleanup_iface()
2275 hapd_iface->config_fname = os_strdup(config_file); in hostapd_init()
2276 if (hapd_iface->config_fname == NULL) in hostapd_init()
2279 conf = interfaces->config_read_cb(hapd_iface->config_fname); in hostapd_init()
2307 os_free(hapd_iface->config_fname); in hostapd_init()
2347 const char *config_fname, int debug) in hostapd_interface_init_bss() argument
2365 config_fname, phy, iface ? "" : " --> new PHY"); in hostapd_interface_init_bss()
2374 conf = interfaces->config_read_cb(config_fname); in hostapd_interface_init_bss()
2425 new_iface = iface = hostapd_init(interfaces, config_fname); in hostapd_interface_init_bss()
2441 config_fname); in hostapd_interface_init_bss()