Home | History | Annotate | Download | only in hostapd

Lines Matching full:pos2

371 	char *pos, *role, *type, *pos2;
385 pos2 = os_strchr(pos, ' ');
386 if (pos2 == NULL)
388 *pos2++ = '\0';
403 len = os_strlen(pos2);
415 if (hexstr2bin(pos2, wpabuf_put(sel, len), len) < 0) {