Home
last modified time | relevance | path

Searched refs:newconf (Results 1 - 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dhostapd.c197 static int hostapd_iface_conf_changed(struct hostapd_config *newconf, in hostapd_iface_conf_changed() argument
202 if (newconf->num_bss != oldconf->num_bss) in hostapd_iface_conf_changed()
205 for (i = 0; i < newconf->num_bss; i++) { in hostapd_iface_conf_changed()
206 if (os_strcmp(newconf->bss[i]->iface, in hostapd_iface_conf_changed()
219 struct hostapd_config *newconf, *oldconf; in hostapd_reload_config() local
233 newconf = iface->interfaces->config_read_cb(iface->config_fname); in hostapd_reload_config()
234 if (newconf == NULL) in hostapd_reload_config()
240 if (hostapd_iface_conf_changed(newconf, oldconf)) { in hostapd_reload_config()
248 hostapd_config_free(newconf); in hostapd_reload_config()
254 hostapd_config_free(newconf); in hostapd_reload_config()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dhostapd.c184 static int hostapd_iface_conf_changed(struct hostapd_config *newconf, in hostapd_iface_conf_changed() argument
189 if (newconf->num_bss != oldconf->num_bss) in hostapd_iface_conf_changed()
192 for (i = 0; i < newconf->num_bss; i++) { in hostapd_iface_conf_changed()
193 if (os_strcmp(newconf->bss[i]->iface, in hostapd_iface_conf_changed()
206 struct hostapd_config *newconf, *oldconf; in hostapd_reload_config() local
220 newconf = iface->interfaces->config_read_cb(iface->config_fname); in hostapd_reload_config()
221 if (newconf == NULL) in hostapd_reload_config()
227 if (hostapd_iface_conf_changed(newconf, oldconf)) { in hostapd_reload_config()
235 hostapd_config_free(newconf); in hostapd_reload_config()
241 hostapd_config_free(newconf); in hostapd_reload_config()
[all...]

Completed in 4 milliseconds