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

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

Completed in 139 milliseconds