Searched defs:WifiStateMachine (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java145 * The WifiStateMachine handles SoftAp and Client operations while WifiP2pService
150 public class WifiStateMachine extends StateMachine implements WifiNative.WifiRssiEventHandler { class in inherits:StateMachine,WifiNative.WifiRssiEventHandler
159 private static final String TAG = "WifiStateMachine";
563 // WifiStateMachine starts up
807 * Used to handle messages bounced between WifiStateMachine and IpManager.
823 AsyncChannel.class, WifiStateMachine.class, DhcpClient.class };
1001 public WifiStateMachine(Context context, FrameworkFacade facade, Looper looper, method in class:WifiStateMachine
1005 super("WifiStateMachine", looper);
1608 return mWifiNative.startRssiMonitoring(maxRssi, minRssi, WifiStateMachine.this);
1688 // TODO this is a temporary measure to bridge between WifiScanner and WifiStateMachine unti
[all...]

Completed in 65 milliseconds