Home
last modified time | relevance | path

Searched refs:connectionConfig (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DWifiTracker.java531 WifiConfiguration connectionConfig = null; in updateAccessPoints() local
533 connectionConfig = getWifiConfigurationForNetworkId(mLastInfo.getNetworkId(), configs); in updateAccessPoints()
558 accessPoint.update(connectionConfig, mLastInfo, mLastNetworkInfo); in updateAccessPoints()
570 if (accessPoints.isEmpty() && connectionConfig != null) { in updateAccessPoints()
571 AccessPoint activeAp = new AccessPoint(mContext, connectionConfig); in updateAccessPoints()
572 activeAp.update(connectionConfig, mLastInfo, mLastNetworkInfo); in updateAccessPoints()
648 WifiConfiguration connectionConfig = null; in updateNetworkInfo() local
655 connectionConfig = getWifiConfigurationForNetworkId(mLastInfo.getNetworkId(), in updateNetworkInfo()
666 if (ap.update(connectionConfig, mLastInfo, mLastNetworkInfo)) { in updateNetworkInfo()