Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMonitor.java565 public void stopSupplicant() { in stopSupplicant() method in WifiMonitor
566 WifiMonitorSingleton.sInstance.stopSupplicant(); in stopSupplicant()
643 public synchronized void stopSupplicant() { in stopSupplicant() method in WifiMonitor.WifiMonitorSingleton
644 mWifiNative.stopSupplicant(); in stopSupplicant()
DWifiNative.java280 public boolean stopSupplicant() { in stopSupplicant() method in WifiNative
DWifiStateMachine.java5978 mWifiMonitor.stopSupplicant(); in enter()