Searched refs:newconf (Results 1 – 1 of 1) sorted by relevance
195 static int hostapd_iface_conf_changed(struct hostapd_config *newconf, in hostapd_iface_conf_changed() argument200 if (newconf->num_bss != oldconf->num_bss) in hostapd_iface_conf_changed()203 for (i = 0; i < newconf->num_bss; i++) { in hostapd_iface_conf_changed()204 if (os_strcmp(newconf->bss[i]->iface, in hostapd_iface_conf_changed()217 struct hostapd_config *newconf, *oldconf; in hostapd_reload_config() local231 newconf = iface->interfaces->config_read_cb(iface->config_fname); in hostapd_reload_config()232 if (newconf == NULL) in hostapd_reload_config()238 if (hostapd_iface_conf_changed(newconf, oldconf)) { in hostapd_reload_config()246 hostapd_config_free(newconf); in hostapd_reload_config()252 hostapd_config_free(newconf); in hostapd_reload_config()[all …]