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

Lines Matching refs:ssid

538 			} else if (strcmp(start, "ssid") == 0) {
599 char buf[2048], *start, *end, *id, *ssid, *bssid, *flags;
639 ssid = strchr(id, '\t');
640 if (ssid == NULL)
642 *ssid++ = '\0';
643 bssid = strchr(ssid, '\t');
661 network.append(ssid);
1387 else if ((*it).startsWith("ssid="))
1388 msg.append("SSID: \t" + (*it).mid(pos) + "\n");