Lines Matching refs:config_fname
261 if (iface->config_fname == NULL) { in hostapd_reload_config()
272 newconf = iface->interfaces->config_read_cb(iface->config_fname); in hostapd_reload_config()
285 fname = os_strdup(iface->config_fname); in hostapd_reload_config()
728 os_free(iface->config_fname); in hostapd_cleanup_iface()
3203 hapd_iface->config_fname = os_strdup(config_file); in hostapd_init()
3204 if (hapd_iface->config_fname == NULL) in hostapd_init()
3207 conf = interfaces->config_read_cb(hapd_iface->config_fname); in hostapd_init()
3237 os_free(hapd_iface->config_fname); in hostapd_init()
3277 const char *config_fname, int debug) in hostapd_interface_init_bss() argument
3295 config_fname, phy, iface ? "" : " --> new PHY"); in hostapd_interface_init_bss()
3304 conf = interfaces->config_read_cb(config_fname); in hostapd_interface_init_bss()
3357 new_iface = iface = hostapd_init(interfaces, config_fname); in hostapd_interface_init_bss()
3373 config_fname); in hostapd_interface_init_bss()