Home | History | Annotate | Download | only in wifi

Lines Matching defs:scanDetail

2728                 ScanDetail scanDetail = scanDetailCache.getScanDetail(stateChangeResult.BSSID);
2729 if (scanDetail != null) {
2730 mWifiInfo.setFrequency(scanDetail.getScanResult().frequency);
2731 NetworkDetail networkDetail = scanDetail.getNetworkDetail();
4272 // right ScanDetail to populate metrics.
4275 // Get the ScanDetail associated with this BSSID.