Home | History | Annotate | Download | only in hostapd

Lines Matching refs:icons_count

1780 	n = os_realloc_array(p->icons, p->icons_count + 1, sizeof(char *));
1784 p->icons[p->icons_count] = os_strdup(pos);
1785 if (p->icons[p->icons_count] == NULL)
1787 p->icons_count++;