Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/wpa/dist/src/ap/
Dap_config.c1757 struct mac_acl_entry *newacl; in hostapd_add_acl_maclist() local
1759 newacl = os_realloc_array(*acl, *num + 1, sizeof(**acl)); in hostapd_add_acl_maclist()
1760 if (!newacl) { in hostapd_add_acl_maclist()
1765 *acl = newacl; in hostapd_add_acl_maclist()