HomeSort by relevance Sort by last modified time
    Searched refs:wifi (Results 251 - 275 of 359) sorted by null

<<1112131415

  /external/chromium_org/components/onc/
onc_constants.cc 51 const char kWiFi[] = "WiFi";
72 const char kWiFi[] = "WiFi";
147 namespace wifi { namespace in namespace:onc
165 } // namespace wifi
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
ConnectionUtil.java 34 import android.net.wifi.ScanResult;
35 import android.net.wifi.WifiConfiguration;
36 import android.net.wifi.WifiConfiguration.KeyMgmt;
37 import android.net.wifi.WifiManager;
102 // Register a wifi receiver
126 * Additional initialization needed for wifi related tests.
130 Log.v(LOG_TAG, "Clear Wifi before we start the test.");
138 * for all kinds of network: wifi, mobile, etc.
177 * A wrapper of a broadcast receiver which provides wifi information.
315 * Send a notification when a scan for the wifi network is done
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HotspotControllerImpl.java 26 import android.net.wifi.WifiManager;
96 // Disable Wifi if enabling tethering.
106 // If needed, restore Wifi on tether disable.
  /frameworks/base/wifi/java/android/net/wifi/
WifiConnectionStatistics.java 17 package android.net.wifi;
28 * Wifi Connection Statistics: gather various stats regarding WiFi connections,
30 * and WiFi usage.
WifiLinkLayerStats.java 17 package android.net.wifi;
29 * A class representing link layer statistics collected over a Wifi Interface.
WifiSsid.java 17 package android.net.wifi;
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pGroupList.java 16 package android.net.wifi.p2p;
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pDnsSdServiceInfo.java 17 package android.net.wifi.p2p.nsd;
32 * {@see android.net.wifi.p2p.WifiP2pManager#addLocalService}
33 * {@see android.net.wifi.p2p.WifiP2pManager#removeLocalService}
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiParser.java 17 package com.android.server.wifi;
WifiWatchdogStateMachine.java 17 package com.android.server.wifi;
28 import android.net.wifi.RssiPacketCountInfo;
29 import android.net.wifi.SupplicantState;
30 import android.net.wifi.WifiInfo;
31 import android.net.wifi.WifiManager;
48 * WifiWatchdogStateMachine monitors the connection to a WiFi network. When WiFi
53 * We now monitor the quality of the last hop on WiFi using packet loss ratio as
57 * When WiFi is connected, the WiFi watchdog keeps sampling the RSSI and th
    [all...]
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
AddWifiNetworkTask.java 23 import android.net.wifi.WifiManager;
33 * Adds a wifi network to system.
77 ProvisionLogger.loge("Failed to enable wifi");
86 ProvisionLogger.loge("Wifi is supposed to be setup in activity," +
87 " or a valid wifi ssid has to be specified.");
123 ProvisionLogger.loge("Unable to connect to wifi");
129 // NetworkMonitor will call onNetworkConnected when in Wifi mode.
  /packages/apps/Nfc/src/com/android/nfc/
NfcWifiProtectedSetup.java 21 import android.net.wifi.WifiConfiguration;
38 * Obtained from WFA Wifi Simple Configuration Technical Specification v2.0.2.1.
  /packages/apps/Settings/src/com/android/settings/
TetherSettings.java 19 import com.android.settings.wifi.WifiApEnabler;
20 import com.android.settings.wifi.WifiApDialog;
37 import android.net.wifi.WifiConfiguration;
38 import android.net.wifi.WifiManager;
522 //Wifi tethering is never turned on until afterwards
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigUiForSetupWizardXL.java 17 package com.android.settings.wifi;
33 * Shows simplified UI for configuring a wifi network. Used only in SetupWizard for XLarge
WriteWifiConfigToNfcDialog.java 17 package com.android.settings.wifi;
23 import android.net.wifi.WifiManager;
WifiSettingsForSetupWizardXL.java 17 package com.android.settings.wifi;
24 import android.net.wifi.WifiConfiguration;
25 import android.net.wifi.WifiManager;
130 * Previous network connection state reported by main Wifi module.
144 // There's no button here enabling wifi network, so we need to enable it without
154 // At first, Wifi module doesn't return SCANNING state (it's too early), so we manually
224 // We don't want to let Wifi enabled when a user press skip without choosing
415 * Called when the screen enters wifi configuration UI. UI widget for configuring network
433 // We don't want to keep scanning Wifi networks during users' configuring a network.
547 // updateConnectionState() isn't called soon by the main Wifi module after the user'
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
NetworkActivity.java 26 import android.net.wifi.WifiConfiguration;
27 import android.net.wifi.ScanResult;
28 import android.net.wifi.WifiInfo;
29 import android.net.wifi.WifiManager;
402 * Wifi network configuration has changed and an immediate refresh of the list of Wifi
411 * Create a list of available Wifi networks sorted by connection status (a connected Wifi
417 * @param mustHave Include this wifi network in the list even if it would otherwise
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
WifiSetupActivity.java 47 import android.net.wifi.ScanResult;
48 import android.net.wifi.WifiConfiguration;
49 import android.net.wifi.WifiInfo;
50 import android.net.wifi.WifiManager;
  /external/chromium_org/chromeos/network/onc/
onc_translator_onc_to_shill.cc 156 onc_object_->GetStringWithoutPathExpansion(::onc::wifi::kSecurity, &security);
161 onc_object_->GetStringWithoutPathExpansion(::onc::wifi::kSSID, &ssid);
onc_translator_shill_to_onc.cc 242 shill::kSecurityProperty, kWiFiSecurityTable, ::onc::wifi::kSecurity);
246 onc_object_->SetStringWithoutPathExpansion(::onc::wifi::kSSID, ssid);
306 // Translate nested Cellular, WiFi, etc. properties.
  /frameworks/base/core/java/android/os/
INetworkManagementService.aidl 26 import android.net.wifi.WifiConfiguration;
215 * Start Wifi Access Point
220 * Stop Wifi Access Point
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
TrackerService.java 32 import android.net.wifi.ScanResult;
33 import android.net.wifi.WifiManager;
76 private static final String WIFI_PROVIDER_TAG = "wifi";
149 // Register for Network (Wifi or Mobile) updates
255 // stop network/wifi listener
381 * Listener + recorder for mobile or wifi updates
  /external/chromium_org/chrome/browser/ui/webui/local_discovery/
local_discovery_ui_handler.cc 64 const char kKeyPrefixWifi[] = "WiFi:";
666 wifi_manager_ = wifi::WifiManager::Create();
667 bootstrapping_device_lister_.reset(new wifi::BootstrappingDeviceLister(
679 const wifi::BootstrappingDeviceDescription& description) {
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java 36 import android.net.wifi.WifiManager;
37 import android.net.wifi.WifiManager.WifiLock;
126 // Wifi lock that we hold when streaming files from the internet, in order to prevent the
127 // device from shutting off the Wifi radio
184 // Create the Wifi lock (this does not acquire the lock, this just creates it)
340 // we can also release the Wifi lock, if we're holding it
488 // If we are streaming from the internet, we want to hold a Wifi lock, which prevents
489 // the Wifi radio from going to sleep while the song is playing. If, on the other hand,
  /external/chromium_org/chrome/utility/
chrome_content_utility_client.cc 45 #include "components/wifi/wifi_service.h"
524 scoped_ptr<wifi::WiFiService> wifi_service(wifi::WiFiService::Create());

Completed in 903 milliseconds

<<1112131415