Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStateTrackerTest.java64 String bssid, SupplicantState newSupplicantState) { in getSupplicantStateChangeMessage() argument
66 new StateChangeResult(networkId, wifiSsid, bssid, newSupplicantState)); in getSupplicantStateChangeMessage()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMonitor.java542 SupplicantState newSupplicantState) { in broadcastSupplicantStateChangeEvent() argument
544 new StateChangeResult(networkId, wifiSsid, bssid, newSupplicantState)); in broadcastSupplicantStateChangeEvent()
DSupplicantStaIfaceHal.java1989 SupplicantState newSupplicantState = supplicantHidlStateToFrameworkState(newState); in onStateChanged() local
1994 if (newSupplicantState == SupplicantState.COMPLETED) { in onStateChanged()
1999 mIfaceName, getCurrentNetworkId(), wifiSsid, bssidStr, newSupplicantState); in onStateChanged()