Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:pos2

1501 	char *copy = NULL, *id, *pos2;
1524 pos2 = id = copy;
1525 while (*pos2 && *pos2 != ' ')
1526 pos2++;
1527 *pos2++ = '\0';
1530 while (*pos2 && *pos2 != '=')
1531 pos2++;
1532 if (*pos2 == '=')
1533 pos2++;
1534 id = pos2;
1535 while (*pos2 && *pos2 != ']')
1536 pos2++;
1537 *pos2 = '\0';
1732 char *pos2 = os_strrchr(pos, '"');
1733 if (pos2)
1734 pos = pos2 + 1;