Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/wpa/hostapd/
H A Dmain.c648 char **bss_config = NULL, **tmp_bss; in main() local
735 tmp_bss = os_realloc_array(bss_config, in main()
738 if (tmp_bss == NULL) in main()
740 bss_config = tmp_bss; in main()
/freebsd-12.1/contrib/wpa/src/ap/
H A Dhostapd.c2444 struct hostapd_data **tmp_bss; in hostapd_interface_init_bss() local
2469 tmp_bss = os_realloc_array(iface->bss, iface->num_bss + 1, in hostapd_interface_init_bss()
2471 if (tmp_bss) in hostapd_interface_init_bss()
2472 iface->bss = tmp_bss; in hostapd_interface_init_bss()
2477 if (tmp_bss == NULL || tmp_conf == NULL) { in hostapd_interface_init_bss()