Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:pos2

3793 	char *copy = NULL, *id, *pos2;
3833 pos2 = id = copy;
3834 while (*pos2 && *pos2 != ' ')
3835 pos2++;
3836 *pos2++ = '\0';
3839 while (*pos2 && *pos2 != '=')
3840 pos2++;
3841 if (*pos2 == '=')
3842 pos2++;
3843 id = pos2;
3844 while (*pos2 && *pos2 != ']')
3845 pos2++;
3846 *pos2 = '\0';