Home
last modified time | relevance | path

Searched refs:tmp_conf (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/wpa/src/ap/
H A Dhostapd.c2588 struct hostapd_bss_config **tmp_conf; in hostapd_interface_init_bss() local
2611 tmp_conf = os_realloc_array( in hostapd_interface_init_bss()
2618 if (tmp_conf) { in hostapd_interface_init_bss()
2619 iface->conf->bss = tmp_conf; in hostapd_interface_init_bss()
2620 iface->conf->last_bss = tmp_conf[0]; in hostapd_interface_init_bss()
2622 if (tmp_bss == NULL || tmp_conf == NULL) { in hostapd_interface_init_bss()