Home | History | Annotate | Download | only in wpa_gui-qt4

Lines Matching refs:pos2

153 	char buf[2048], *pos, *pos2;
285 pos2 = strchr(pos, '\n');
286 if (pos2)
287 *pos2 = '\0';
290 if (pos2)
291 pos = pos2 + 1;
631 char *pos = msg, *pos2;
654 pos2 = strchr(pos, str_match(pos, WPA_CTRL_REQ) ? ':' : ' ');
655 if (pos2)
656 pos2++;
658 pos2 = pos;
660 pos2 = pos;
661 QString lastmsg = pos2;