Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dhostapd.c3305 struct hostapd_bss_config **tmp_conf; in hostapd_interface_init_bss() local
3328 tmp_conf = os_realloc_array( in hostapd_interface_init_bss()
3335 if (tmp_conf) { in hostapd_interface_init_bss()
3336 iface->conf->bss = tmp_conf; in hostapd_interface_init_bss()
3337 iface->conf->last_bss = tmp_conf[0]; in hostapd_interface_init_bss()
3339 if (tmp_bss == NULL || tmp_conf == NULL) { in hostapd_interface_init_bss()