Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dhostapd.c3298 struct hostapd_bss_config **tmp_conf; in hostapd_interface_init_bss() local
3321 tmp_conf = os_realloc_array( in hostapd_interface_init_bss()
3328 if (tmp_conf) { in hostapd_interface_init_bss()
3329 iface->conf->bss = tmp_conf; in hostapd_interface_init_bss()
3330 iface->conf->last_bss = tmp_conf[0]; in hostapd_interface_init_bss()
3332 if (tmp_bss == NULL || tmp_conf == NULL) { in hostapd_interface_init_bss()