Home | History | Annotate | Download | only in wpa_gui

Lines Matching refs:pos2

114     char buf[2048], *pos, *pos2;
243 pos2 = strchr(pos, '\n');
244 if (pos2)
245 *pos2 = '\0';
248 if (pos2)
249 pos = pos2 + 1;
582 char *pos = msg, *pos2;
605 pos2 = strchr(pos, str_match(pos, WPA_CTRL_REQ) ? ':' : ' ');
606 if (pos2)
607 pos2++;
609 pos2 = pos;
611 pos2 = pos;
612 QString lastmsg = pos2;