Searched refs:tmp_conf (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dhostapd.c2443 struct hostapd_bss_config **tmp_conf; local
2466 tmp_conf = os_realloc_array(
2473 if (tmp_conf) {
2474 iface->conf->bss = tmp_conf;
2475 iface->conf->last_bss = tmp_conf[0];
2477 if (tmp_bss == NULL || tmp_conf == NULL) {

Completed in 217 milliseconds