Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiStateMachine.java3472 String currentSSID = mWifiInfo.getSSID(); in handleSupplicantStateChange() local
3473 if (SSID != null && currentSSID != null && !SSID.equals(WifiSsid.NONE)) { in handleSupplicantStateChange()
3479 if (currentSSID.length() >= 2 && currentSSID.charAt(0) == '"' in handleSupplicantStateChange()
3480 && currentSSID.charAt(currentSSID.length() - 1) == '"') { in handleSupplicantStateChange()
3481 currentSSID = currentSSID.substring(1, currentSSID.length() - 1); in handleSupplicantStateChange()
3483 if ((!SSID.equals(currentSSID)) && (getCurrentState() == mConnectedState)) { in handleSupplicantStateChange()