Lines Matching refs:oldconf
234 struct hostapd_config *oldconf) in hostapd_iface_conf_changed() argument
238 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() local
273 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()
318 hapd->iconf->ieee80211ac = oldconf->ieee80211ac; in hostapd_reload_config()
319 hapd->iconf->ht_capab = oldconf->ht_capab; in hostapd_reload_config()
320 hapd->iconf->vht_capab = oldconf->vht_capab; in hostapd_reload_config()
322 hostapd_get_oper_chwidth(oldconf)); in hostapd_reload_config()
325 hostapd_get_oper_centr_freq_seg0_idx(oldconf)); in hostapd_reload_config()
328 hostapd_get_oper_centr_freq_seg1_idx(oldconf)); in hostapd_reload_config()
333 hostapd_config_free(oldconf); in hostapd_reload_config()