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.java304 private int getCurrentNetworkId(@NonNull String ifaceName) { in getCurrentNetworkId() method in SupplicantStaIfaceHal
888 if (getCurrentNetworkId(ifaceName) != config.networkId) { in roamToNetwork()
890 + "Current network ID: " + getCurrentNetworkId(ifaceName)); in roamToNetwork()
974 if (getCurrentNetworkId(ifaceName) == networkId) { in removeNetworkIfCurrent()
2549 mIfaceName, getCurrentNetworkId(mIfaceName), bssidStr); in onStateChanged()
2552 mIfaceName, getCurrentNetworkId(mIfaceName), wifiSsid, in onStateChanged()