Searched refs:mLastBssid (Results 1 – 3 of 3) sorted by relevance
68 private String mLastBssid; field in WifiDataStall124 mLastBssid = null; in reset()287 boolean isSameBssidAndFreq = mLastBssid == null || mLastFrequency == -1 in checkDataStallAndThroughputSufficiency()288 || (mLastBssid.equals(wifiInfo.getBSSID()) in checkDataStallAndThroughputSufficiency()291 mLastBssid = wifiInfo.getBSSID(); in checkDataStallAndThroughputSufficiency()
252 private String mLastBssid; field in ClientModeImpl804 mLastBssid = null; in ClientModeImpl()1869 pw.println("mLastBssid " + mLastBssid); in dump()2002 sb.append(" ").append(mLastBssid); in getLogRecString()2033 if (mLastBssid != null) { in getLogRecString()2034 sb.append(" lastbssid=").append(mLastBssid); in getLogRecString()2781 mLastBssid = null; in handleNetworkDisconnect()2954 String bssid = mLastBssid == null ? mTargetBssid : mLastBssid; in reportConnectionAttemptEnd()3114 mBssidBlocklistMonitor.handleDhcpProvisioningSuccess(mLastBssid, mWifiInfo.getSSID());3618 mLastBssid = null;[all …]
217 private String mLastBssid; field in WifiMetrics4570 mLastBssid = null; in clear()5474 boolean isSameBssidAndFreq = mLastBssid == null || mLastFrequency == -15475 || (mLastBssid.equals(info.getBSSID())5477 mLastBssid = info.getBSSID();