Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSupplicantStateTrackerTest.java69 String bssid, SupplicantState newSupplicantState) { in getSupplicantStateChangeMessage() argument
71 new StateChangeResult(networkId, wifiSsid, bssid, 0, newSupplicantState)); in getSupplicantStateChangeMessage()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMonitor.java634 SupplicantState newSupplicantState) { in broadcastSupplicantStateChangeEvent() argument
637 newSupplicantState)); in broadcastSupplicantStateChangeEvent()
DSupplicantStaIfaceCallbackAidlImpl.java179 SupplicantState newSupplicantState = in handleSupplicantStateChangedEvent() local
195 mStaIfaceHal.logCallback("onStateChanged: newState=" + newSupplicantState in handleSupplicantStateChangedEvent()
222 bssidStr, frequencyMhz, newSupplicantState); in handleSupplicantStateChangedEvent()
DSupplicantStaIfaceCallbackHidlImpl.java177 SupplicantState newSupplicantState = in onStateChanged() local
202 bssidStr, 0, newSupplicantState); in onStateChanged()