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.java68 String bssid, SupplicantState newSupplicantState) { in getSupplicantStateChangeMessage() argument
70 new StateChangeResult(networkId, wifiSsid, bssid, newSupplicantState)); in getSupplicantStateChangeMessage()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMonitor.java523 SupplicantState newSupplicantState) { in broadcastSupplicantStateChangeEvent() argument
525 new StateChangeResult(networkId, wifiSsid, bssid, newSupplicantState)); in broadcastSupplicantStateChangeEvent()
DSupplicantStaIfaceHal.java2542 SupplicantState newSupplicantState = supplicantHidlStateToFrameworkState(newState); in onStateChanged() local
2547 if (newSupplicantState == SupplicantState.COMPLETED) { in onStateChanged()
2553 bssidStr, newSupplicantState); in onStateChanged()