Searched refs:oldconf (Results 1 – 2 of 2) sorted by relevance
1729 conf_apply(struct conf *oldconf, struct conf *newconf) in conf_apply() argument1738 if (oldconf->conf_debug != newconf->conf_debug) { in conf_apply()1743 if (oldconf->conf_pidfile_path != NULL && in conf_apply()1746 if (strcmp(oldconf->conf_pidfile_path, in conf_apply()1752 if (rename(oldconf->conf_pidfile_path, in conf_apply()1756 oldconf->conf_pidfile_path, in conf_apply()1760 newconf->conf_pidfh = oldconf->conf_pidfh; in conf_apply()1761 oldconf->conf_pidfh = NULL; in conf_apply()1770 oldpg = portal_group_find(oldconf, newpg->pg_name); in conf_apply()1778 TAILQ_FOREACH(oldns, &oldconf->conf_isns, i_next) { in conf_apply()[all …]
234 struct hostapd_config *oldconf) in hostapd_iface_conf_changed() argument238 if (newconf->num_bss != oldconf->num_bss) in hostapd_iface_conf_changed()243 oldconf->bss[i]->iface) != 0) in hostapd_iface_conf_changed()255 struct hostapd_config *newconf, *oldconf; in hostapd_reload_config() local273 oldconf = hapd->iconf; in hostapd_reload_config()274 if (hostapd_iface_conf_changed(newconf, oldconf)) { in hostapd_reload_config()314 hapd->iconf->channel = oldconf->channel; in hostapd_reload_config()315 hapd->iconf->acs = oldconf->acs; in hostapd_reload_config()316 hapd->iconf->secondary_channel = oldconf->secondary_channel; in hostapd_reload_config()317 hapd->iconf->ieee80211n = oldconf->ieee80211n; in hostapd_reload_config()[all …]