Home
last modified time | relevance | path

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

/NextBSD/contrib/wpa/hostapd/
HDmain.c568 char **bss_config = NULL, **tmp_bss; in main() local
639 tmp_bss = os_realloc_array(bss_config, in main()
642 if (tmp_bss == NULL) in main()
644 bss_config = tmp_bss; in main()
/NextBSD/contrib/wpa/src/ap/
HDhostapd.c1955 struct hostapd_data **tmp_bss; in hostapd_interface_init_bss() local
1980 tmp_bss = os_realloc_array(iface->bss, iface->num_bss + 1, in hostapd_interface_init_bss()
1982 if (tmp_bss) in hostapd_interface_init_bss()
1983 iface->bss = tmp_bss; in hostapd_interface_init_bss()
1988 if (tmp_bss == NULL || tmp_conf == NULL) { in hostapd_interface_init_bss()