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;
584 char *pos = msg, *pos2;
607 pos2 = strchr(pos, str_match(pos, WPA_CTRL_REQ) ? ':' : ' ');
608 if (pos2)
609 pos2++;
611 pos2 = pos;
613 pos2 = pos;
614 QString lastmsg = pos2;