Lines Matching refs:mode

506     /* Set operational mode. CONNECT, SCAN ONLY, SCAN_ONLY with Wi-Fi off mode */
517 /* Controls suspend mode optimizations
519 * When high perf mode is enabled, suspend mode optimizations are disabled
521 * When high perf mode is disabled, suspend mode optimizations are enabled
523 * Suspend mode optimizations include:
533 /* Enable suspend mode optimizations in the driver */
735 * screen or due to high perf mode.
1734 public void setOperationalMode(int mode) {
1735 if (mVerboseLoggingEnabled) log("setting operational mode to " + String.valueOf(mode));
1736 sendMessage(CMD_SET_OPERATIONAL_MODE, mode, 0);
1740 * Allow tests to confirm the operational mode for WSM.
2021 * Set high performance mode of operation.
2022 * Enabling would set active power mode and disable suspend optimizations;
2023 * disabling would set auto power mode and enable suspend optimizations
2809 private void setWifiApState(int wifiApState, int reason, String ifaceName, int mode) {
2840 intent.putExtra(WifiManager.EXTRA_WIFI_AP_MODE, mode);
3295 * mode to active when bluetooth coexistence mode is
3298 * We set Wi-Fi to active mode when
3301 * mode.
3303 * In order for this active power mode to properly be set,
3304 * we disable coexistence mode until we're done with
3309 // Disable the coexistence mode
3316 // power settings when we control suspend mode optimizations.
3345 // Set the coexistence mode back to its default value
3650 * WifiStateMachine needs to enable/disable other services when wifi is in client mode. This
3687 // connect mode. We may not be in connect mode yet, we may have just
3688 // set the operational mode and started to set up for connect mode.
3690 // This message will only be handled if we are in Connect mode.
3691 // If we are not in connect mode yet, this will be dropped and the
4025 // A runtime crash or shutting down AP mode can leave
4189 * Enable bluetooth coexistence scan mode when bluetooth connection is active.
4190 * When this mode is on, some of the low-level scan parameters used by the
4217 // Set the right suspend mode settings
4284 /* Cannot start soft AP while in client mode */
4710 loge("Failed to remove networks on entering connect mode");
4714 // Let the system know that wifi is available in client mode.
4733 // Let the system know that wifi is not available since we are exiting client mode.
4743 loge("Failed to remove networks on exiting connect mode");
5260 // idempotent commands are executed twice (stopping Dhcp, enabling the SPS mode
6601 * or put the state machine out of connect mode
6719 // won't be able to fully start softap mode.