HomeSort by relevance Sort by last modified time
    Searched refs:WifiStateMachine (Results 1 - 5 of 5) sorted by null

  /frameworks/base/wifi/java/android/net/wifi/
WpsStateMachine.java 54 private WifiStateMachine mWifiStateMachine;
65 public WpsStateMachine(Context context, WifiStateMachine wsm, Handler target) {
95 case WifiStateMachine.CMD_START_WPS:
120 case WifiStateMachine.CMD_RESET_WPS_STATE:
158 mWifiStateMachine.sendMessage(WifiStateMachine.WPS_COMPLETED_EVENT);
165 mWifiStateMachine.sendMessage(WifiStateMachine.WPS_COMPLETED_EVENT);
173 case WifiStateMachine.CMD_START_WPS:
SupplicantStateTracker.java 41 private WifiStateMachine mWifiStateMachine;
65 public SupplicantStateTracker(Context context, WifiStateMachine wsm, Handler target) {
173 case WifiStateMachine.CMD_RESET_SUPPLICANT_STATE:
176 case WifiStateMachine.CMD_CONNECT_NETWORK:
309 case WifiStateMachine.CMD_RESET_SUPPLICANT_STATE:
WifiStateMachine.java 100 * The WifiStateMachine supports Soft Ap and Client operations while WifiP2pService
101 * handles Direct. WifiP2pService and WifiStateMachine co-ordinate to ensure only
106 public class WifiStateMachine extends StateMachine {
108 private static final String TAG = "WifiStateMachine";
504 public WifiStateMachine(Context context, String wlanInterface) {
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pService.java 43 import android.net.wifi.WifiStateMachine;
121 /* Message sent to WifiStateMachine to indicate p2p enable is pending */
123 /* Message sent to WifiStateMachine to indicate Wi-Fi client/hotspot operation can proceed */
249 * Handles interaction with WifiStateMachine
310 if (DBG) logd("Full connection with WifiStateMachine established");
331 case WifiStateMachine.WIFI_ENABLE_PENDING:
397 case WifiStateMachine.WIFI_ENABLE_PENDING:
511 case WifiStateMachine.WIFI_ENABLE_PENDING:
561 case WifiStateMachine.P2P_ENABLE_PROCEED:
    [all...]
  /frameworks/base/services/java/com/android/server/
WifiService.java 36 import android.net.wifi.WifiStateMachine;
91 private final WifiStateMachine mWifiStateMachine;
213 * Asynchronous channel to WifiStateMachine
310 * Handles interaction with WifiStateMachine
328 Slog.e(TAG, "WifiStateMachine connection failure, error=" + msg.arg1);
334 Slog.e(TAG, "WifiStateMachine channel lost, msg.arg1 =" + msg.arg1);
361 mWifiStateMachine = new WifiStateMachine(mContext, mInterfaceName);
    [all...]

Completed in 65 milliseconds