Home | History | Annotate | Download | only in hostapd

Lines Matching full:newacl

126 	struct mac_acl_entry *newacl;
170 newacl = os_realloc_array(*acl, *num + 1, sizeof(**acl));
171 if (newacl == NULL) {
177 *acl = newacl;