Lines Matching refs:config_fname
158 if (iface->config_fname == NULL) { in hostapd_reload_config()
169 newconf = iface->interfaces->config_read_cb(iface->config_fname); in hostapd_reload_config()
391 os_free(iface->config_fname); in hostapd_cleanup_iface()
1686 hapd_iface->config_fname = os_strdup(config_file); in hostapd_init()
1687 if (hapd_iface->config_fname == NULL) in hostapd_init()
1690 conf = interfaces->config_read_cb(hapd_iface->config_fname); in hostapd_init()
1718 os_free(hapd_iface->config_fname); in hostapd_init()
1758 const char *config_fname, int debug) in hostapd_interface_init_bss() argument
1776 config_fname, phy, iface ? "" : " --> new PHY"); in hostapd_interface_init_bss()
1785 conf = interfaces->config_read_cb(config_fname); in hostapd_interface_init_bss()
1836 new_iface = iface = hostapd_init(interfaces, config_fname); in hostapd_interface_init_bss()
1852 config_fname); in hostapd_interface_init_bss()