Home | History | Annotate | Download | only in net

Lines Matching defs:ssid

76 // contains exactly one SSID along with the requisite empty one.
94 LOG(INFO) << "No SSID list in message";
97 ByteString ssid;
99 if (!ssids->GetRawAttributeValue(ssid_iter.GetId(), &ssid)) {
100 LOG(INFO) << "SSID list contains no (hidden) SSIDs";
104 // A valid Scan containing a single hidden SSID should contain
105 // two SSID entries: one containing the SSID we are looking for,
110 LOG(INFO) << "SSID list doesn't contain an empty SSIDs (but should)";
116 LOG(INFO) << "SSID list doesn't contain an empty SSID (but should)";
149 LOG(INFO) << "SSID list contains at least one (hidden) SSID";