Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSoftApManager.java91 private int mNumAssociatedStations = 0; field in SoftApManager
199 pw.println("mNumAssociatedStations: " + mNumAssociatedStations); in dump()
468 if (mNumAssociatedStations == numStations) { in setNumAssociatedStations()
471 mNumAssociatedStations = numStations; in setNumAssociatedStations()
472 Log.d(TAG, "Number of associated stations changed: " + mNumAssociatedStations); in setNumAssociatedStations()
475 mCallback.onNumClientsChanged(mNumAssociatedStations); in setNumAssociatedStations()
479 mWifiMetrics.addSoftApNumAssociatedStationsChangedEvent(mNumAssociatedStations, in setNumAssociatedStations()
482 if (mNumAssociatedStations == 0) { in setNumAssociatedStations()
500 mCallback.onNumClientsChanged(mNumAssociatedStations); in onUpChanged()
529 mNumAssociatedStations = 0; in enter()
[all …]