Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceHal.java310 private int getCurrentNetworkId(@NonNull String ifaceName) { in getCurrentNetworkId() method in SupplicantStaIfaceHal
912 if (getCurrentNetworkId(ifaceName) != config.networkId) { in roamToNetwork()
914 + "Current network ID: " + getCurrentNetworkId(ifaceName)); in roamToNetwork()
998 if (getCurrentNetworkId(ifaceName) == networkId) { in removeNetworkIfCurrent()
2573 mIfaceName, getCurrentNetworkId(mIfaceName), bssidStr); in onStateChanged()
2576 mIfaceName, getCurrentNetworkId(mIfaceName), wifiSsid, in onStateChanged()