Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceCallbackImpl.java188 mIfaceName, mStaIfaceHal.getCurrentNetworkId(mIfaceName), filsHlpSent, in onStateChanged()
194 mIfaceName, mStaIfaceHal.getCurrentNetworkId(mIfaceName), wifiSsid, in onStateChanged()
DSupplicantStaIfaceHal.java324 protected int getCurrentNetworkId(@NonNull String ifaceName) { in getCurrentNetworkId() method in SupplicantStaIfaceHal
1085 if (getCurrentNetworkId(ifaceName) != config.networkId) { in roamToNetwork()
1087 + "Current network ID: " + getCurrentNetworkId(ifaceName)); in roamToNetwork()