Searched refs:newconf (Results 1 – 1 of 1) sorted by relevance
179 static int hostapd_iface_conf_changed(struct hostapd_config *newconf, in hostapd_iface_conf_changed() argument184 if (newconf->num_bss != oldconf->num_bss) in hostapd_iface_conf_changed()187 for (i = 0; i < newconf->num_bss; i++) { in hostapd_iface_conf_changed()188 if (os_strcmp(newconf->bss[i]->iface, in hostapd_iface_conf_changed()201 struct hostapd_config *newconf, *oldconf; in hostapd_reload_config() local215 newconf = iface->interfaces->config_read_cb(iface->config_fname); in hostapd_reload_config()216 if (newconf == NULL) in hostapd_reload_config()222 if (hostapd_iface_conf_changed(newconf, oldconf)) { in hostapd_reload_config()230 hostapd_config_free(newconf); in hostapd_reload_config()236 hostapd_config_free(newconf); in hostapd_reload_config()[all …]