Home | History | Annotate | Download | only in wifi

Lines Matching refs:BSSID

103     String bssid;
234 bssid = config.BSSID;
242 bssid = result.BSSID;
344 mScanResultCache.put(result.BSSID, result);
457 String bssid = null;
462 bssid = mInfo.getBSSID();
463 if (bssid != null) {
464 visibility.append(" ").append(bssid);
494 // number of known BSSID on 5GHz band
499 // number of known BSSID on 2.4Ghz band
513 scans5GHz.append(" \n{").append(result.BSSID);
514 if (bssid != null && result.BSSID.equals(bssid)) scans5GHz.append("*");
533 scans24GHz.append(" \n{").append(result.BSSID);
534 if (bssid != null && result.BSSID.equals(bssid)) scans24GHz.append("*");