Home
last modified time | relevance | path

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

/hostap-3.6.0/hostapd/
Dmain.c561 char *if_name, *tmp, **nnames; in hostapd_get_interface_names() local
569 nnames = os_realloc_array(*if_names, 1 + *if_names_size, in hostapd_get_interface_names()
571 if (!nnames) in hostapd_get_interface_names()
573 *if_names = nnames; in hostapd_get_interface_names()