Searched defs:supplicantNetId (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiAutoJoinController.java1342 int supplicantNetId) {
1344 if (supplicantNetId != currentConfig.networkId
1347 && supplicantNetId != WifiConfiguration.INVALID_NETWORK_ID
1350 + Integer.toString(supplicantNetId) + " WifiStateMachine="
1370 return supplicantNetId == WifiConfiguration.INVALID_NETWORK_ID;
1465 int supplicantNetId = getNetID(mWifiNative.status(true));
1478 + " ---> suppNetId=" + Integer.toString(supplicantNetId));
1481 if (!setCurrentConfigurationKey(currentConfiguration, supplicantNetId)) {
1341 setCurrentConfigurationKey(WifiConfiguration currentConfig, int supplicantNetId) argument

Completed in 293 milliseconds