Home | History | Annotate | Download | only in hostapd

Lines Matching refs:icons_count

1824 	n = os_realloc_array(p->icons, p->icons_count + 1, sizeof(char *));
1828 p->icons[p->icons_count] = os_strdup(pos);
1829 if (p->icons[p->icons_count] == NULL)
1831 p->icons_count++;