Home | History | Annotate | Download | only in hostapd

Lines Matching full:newacl

122 	struct mac_acl_entry *newacl;
166 newacl = os_realloc_array(*acl, *num + 1, sizeof(**acl));
167 if (newacl == NULL) {
173 *acl = newacl;