| /external/autotest/server/site_tests/cheets_CTS_R/manual_tests/ |
| D | wifi.yaml | 35 android.net.wifi.cts.ConnectedNetworkScorerTest#testSetWifiConnectedNetworkScorer: [all] 36 android.net.wifi.cts.ConnectedNetworkScorerTest#testUpdateWifiUsabilityScore: [all] 37 android.net.wifi.cts.ConnectedNetworkScorerTest#testWifiUsabilityStatsEntry: [all] 38 android.net.wifi.cts.ScanResultTest#testScanResultMatchesWifiInfo: [all] 39 android.net.wifi.cts.WifiBackupRestoreTest#testCanRestoreBackupData: [all] 40 android.net.wifi.cts.WifiBackupRestoreTest#testCanRestoreSoftApBackupData: [all] 41 android.net.wifi.cts.WifiBackupRestoreTest#testRestoreFromLegacyBackupFormat: [all] 42 android.net.wifi.cts.WifiBackupRestoreTest#testRestoreFromV1_0BackupFormat: [all] 43 android.net.wifi.cts.WifiBackupRestoreTest#testRestoreFromV1_1BackupFormat: [all] 44 android.net.wifi.cts.WifiBackupRestoreTest#testRestoreFromV1_2BackupFormat: [all] [all …]
|
| /external/wpa_supplicant_8/hostapd/ |
| D | hostapd.android.rc | 10 mkdir /data/vendor/wifi 0770 wifi wifi 11 mkdir /data/vendor/wifi/hostapd 0770 wifi wifi 12 mkdir /data/vendor/wifi/hostapd/sockets 0770 wifi wifi 15 interface aidl android.hardware.wifi.hostapd.IHostapd/default 18 user wifi 19 group wifi net_raw net_admin
|
| /external/autotest/client/site_tests/network_ChromeWifiEndToEnd/ |
| D | network_ChromeWifiEndToEnd.py | 21 1. Tests that the configured wifi networks are seen by Chrome. 23 3. Tests that the enabling and disabling WiFi works. 24 4. Tests that the DUT autoconnects to previously connected WiFi network. 35 @return Formated list of available wifi networks. 44 security=network['WiFi']['Security']) 52 """Compare the known wifi SSID's against the SSID's returned via API. 70 """Tests enabling and disabling of WiFi. 76 @raises error.TestFail if WiFi state is not toggled. 79 # Make sure we leave the WiFi network device in enabled state before 85 raise error.TestFail('WiFi was not disabled.') [all …]
|
| /external/autotest/server/site_tests/network_WiFi_BT_AntennaCoex/ |
| D | network_WiFi_BT_AntennaCoex.py | 14 """Test various sequences that mix wifi off/on, BT off/on 15 and ensure that wifi/BT functionality is intact during 21 # 1. wifi goes down 24 # 3. wifi comes up (test scan and connect) 28 # Turn off wifi 49 # Turn wifi back on 62 # - verify wifi scanning works 63 # 2. wifi goes down 65 # 4. wifi comes up (verify by connecting to AP) 71 # Test that we can scan on wifi [all …]
|
| /external/autotest/client/cros/enterprise/ |
| D | enterprise_network_api.py | 22 Enterprise Network WiFi tests. 42 WiFi range of the DUT. 60 security=network['WiFi']['Security']) 66 """@returns: List of available WiFi networks.""" 79 Options include 'WiFi', 'Cellular', and 'Ethernet'. 101 logging.debug('Network info of all the networks in WiFi' 128 @raises error.TestFail: If the WiFi network is out of range or the 134 "The SSID: %r is not in WiFi range of the DUT" % ssid) 162 @raises error.TestFail: If the WiFi network is not in WiFi range of the 168 "The SSID: %r is not in WiFi range of the DUT" % ssid) [all …]
|
| /external/wpa_supplicant_8/wpa_supplicant/aidl/ |
| D | android.hardware.wifi.supplicant-service.rc | 2 -O/data/vendor/wifi/wpa/sockets -dd \ 4 # we will start as root and wpa_supplicant will switch to user wifi 6 # user wifi 7 # group wifi inet keystore 8 interface aidl android.hardware.wifi.supplicant.ISupplicant/default 10 socket wpa_wlan0 dgram 660 wifi wifi
|
| D | supplicant.h | 12 #include <aidl/android/hardware/wifi/supplicant/BnSupplicant.h> 13 #include <aidl/android/hardware/wifi/supplicant/DebugLevel.h> 14 #include <aidl/android/hardware/wifi/supplicant/IfaceInfo.h> 15 #include <aidl/android/hardware/wifi/supplicant/ISupplicantCallback.h> 16 #include <aidl/android/hardware/wifi/supplicant/ISupplicantP2pIface.h> 17 #include <aidl/android/hardware/wifi/supplicant/ISupplicantStaIface.h> 33 namespace wifi { 106 } // namespace wifi
|
| /external/autotest/client/site_tests/power_WifiIdle/ |
| D | power_WifiIdle.py | 26 """Return whether wifi is enabled.""" 44 """Collect power stats when wifi is on or off. 52 # Ensure wifi is enabled. 57 raise error.TestError('Failed to enable wifi.') 62 # Test system idle with wifi turned on. 67 # Disable wifi. 70 raise error.TestError('Failed to disable wifi.') 72 # Test system idle with wifi turned off. 77 # Turn on wifi before leaving the test.
|
| /external/autotest/client/cros/networking/chrome_testing/ |
| D | chrome_networking_test_api.py | 16 For Example: Enable/Disable WiFi, Scan WiFi, Connect to WiFi that can 20 WIFI_DEVICE = 'WiFi' 35 """Get list of available wifi networks. 37 @raises error.TestFail if no wifi networks are found. 38 @return List of dictionaries containing wifi network information. 43 raise error.TestFail('No wifi networks found.') 67 Options include 'WiFi', 'Cellular' and 'Ethernet'. 87 include 'WiFi', 'Cellular' and 'Ethernet'.
|
| /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/ |
| D | WifiP2pManagerFacade.java | 17 package com.googlecode.android_scripting.facade.wifi; 25 import android.net.wifi.WpsInfo; 26 import android.net.wifi.p2p.WifiP2pConfig; 27 import android.net.wifi.p2p.WifiP2pDevice; 28 import android.net.wifi.p2p.WifiP2pDeviceList; 29 import android.net.wifi.p2p.WifiP2pGroup; 30 import android.net.wifi.p2p.WifiP2pGroupList; 31 import android.net.wifi.p2p.WifiP2pInfo; 32 import android.net.wifi.p2p.WifiP2pManager; 33 import android.net.wifi.p2p.nsd.WifiP2pDnsSdServiceInfo; [all …]
|
| D | WifiManagerFacade.java | 17 package com.googlecode.android_scripting.facade.wifi; 21 import static android.net.wifi.WifiScanner.WIFI_BAND_24_GHZ; 22 import static android.net.wifi.WifiScanner.WIFI_BAND_5_GHZ; 44 import android.net.wifi.CoexUnsafeChannel; 45 import android.net.wifi.EasyConnectStatusCallback; 46 import android.net.wifi.ScanResult; 47 import android.net.wifi.SoftApCapability; 48 import android.net.wifi.SoftApConfiguration; 49 import android.net.wifi.SoftApInfo; 50 import android.net.wifi.WifiClient; [all …]
|
| D | WifiRttManagerFacade.java | 17 package com.googlecode.android_scripting.facade.wifi; 21 import android.net.wifi.RttManager; 22 import android.net.wifi.RttManager.ResponderCallback; 23 import android.net.wifi.RttManager.ResponderConfig; 24 import android.net.wifi.RttManager.RttCapabilities; 25 import android.net.wifi.RttManager.RttListener; 26 import android.net.wifi.RttManager.RttParams; 27 import android.net.wifi.RttManager.RttResult; 180 @Rpc(description = "Get wifi Rtt capabilities.") 243 * Start WiFi RTT ranging using the given params. Returns the id associated with the [all …]
|
| D | WifiScannerFacade.java | 17 package com.googlecode.android_scripting.facade.wifi; 21 import android.net.wifi.ScanResult; 22 import android.net.wifi.WifiManager; 23 import android.net.wifi.WifiScanner; 24 import android.net.wifi.WifiScanner.BssidInfo; 25 import android.net.wifi.WifiScanner.ChannelSpec; 26 import android.net.wifi.WifiScanner.ScanData; 27 import android.net.wifi.WifiScanner.ScanSettings; 270 * indicates that changes were detected in wifi environment 280 * indicates that no wifi changes are being detected for a while [all …]
|
| /external/autotest/server/cros/network/ |
| D | wifi_cell_test_base.py | 13 """An abstract base class for autotests in WiFi cells. 20 to over the WiFi network. 22 WiFiTests have a notion of the control network vs the WiFi network. The 24 autotest server and the various machines involved in the test. The WiFi 25 network is the subnet(s) formed by WiFi routers between the server and the 32 """@return the WiFi context for this test.""" 65 logging.info('Running wifi test with commandline arguments: %r', 76 msg = '======= WiFi autotest setup complete. Starting test... =======' 81 msg = '======= WiFi autotest complete. Cleaning up... ======='
|
| D | wifi_client.py | 26 # Wake-on-WiFi feature strings 33 # Wake-on-WiFi test timing constants 107 # List of interface names we won't consider for use as "the" WiFi interface 153 """@return bool True iff WiFi powersave mode is enabled.""" 239 """@return string wifi device on machine (e.g. mlan0).""" 268 """Returns the signal level of this DUT's WiFi interface. 270 @return int signal level of connected WiFi interface or None (e.g. -67). 277 """Returns the signal level of all chains of this DUT's WiFi interface. 279 @return int array signal level of each chain of connected WiFi interface 307 """Returns the noise level of this DUT's WiFi interface. [all …]
|
| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowWifiAwareManager.java | 5 import android.net.wifi.aware.AttachCallback; 6 import android.net.wifi.aware.DiscoverySessionCallback; 7 import android.net.wifi.aware.PublishConfig; 8 import android.net.wifi.aware.PublishDiscoverySession; 9 import android.net.wifi.aware.SubscribeConfig; 10 import android.net.wifi.aware.SubscribeDiscoverySession; 11 import android.net.wifi.aware.WifiAwareManager; 12 import android.net.wifi.aware.WifiAwareSession; 19 /** Shadow Implementation of {@link android.net.wifi.aware.WifiAwareManager} */
|
| /external/autotest/client/cros/networking/ |
| D | wifi_proxy.py | 14 """Wrapper around shill dbus interface used by wifi tests.""" 18 """Set the logging in shill for a test of wifi technology. 29 """Iterate over all pushed profiles and remove WiFi entries.""" 40 if entry[self.ENTRY_FIELD_TYPE] == 'wifi': 48 """Configure a WiFi service. 72 config_params = {self.SERVICE_PROPERTY_TYPE: 'wifi', 85 logging.error('Caught an error while configuring a WiFi ' 106 Connect to a WiFi network with the given association parameters. 161 discovery_params = {self.SERVICE_PROPERTY_TYPE: 'wifi', 185 self.manager.RequestScan('wifi') [all …]
|
| /external/autotest/client/site_tests/network_RackWiFiConnect/ |
| D | network_RackWiFiConnect.py | 23 """Client test to connect to various network services on WiFi rack. 35 Verification URLs are either pages on WiFi rack's Apache server or 128 """Set service order to WiFi before Ethernet. 130 @param proxy WiFi Proxy object 133 logging.info('Setting order to WiFi, prioritized over Ethernet.') 134 proxy.manager.SetServiceOrder(dbus.String('wifi,ethernet')) 138 """Set service order to default Ethernet before WiFi 140 @param proxy WiFi Proxy object 144 proxy.manager.SetServiceOrder(dbus.String('ethernet,wifi'))
|
| /external/autotest/frontend/client/src/autotest/moblab/wizard/ |
| D | WifiCard.java | 17 * Wizard card for wifi configuration. 21 * The cached wifi information. 27 setViewTitle("DUT Wifi Configuration"); in WifiCard() 28 setEditTitle("Configure DUT Wifi Access Configuration"); in WifiCard() 39 layoutTable.setWidget(row, 0, new Label("Wifi Access Point Name: ")); in updateModeUI() 43 // Row for wifi key. in updateModeUI() 45 layoutTable.setWidget(row, 0, new Label("Wifi Access Point Password: ")); in updateModeUI()
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/ |
| D | WifiLockManager.java | 19 import android.net.wifi.WifiManager; 20 import android.net.wifi.WifiManager.WifiLock; 27 * <p>The handling of wifi locks requires the {@link android.Manifest.permission#WAKE_LOCK} 48 * <p>By default, wifi lock handling is not enabled. Enabling will acquire the wifi lock if 49 * necessary. Disabling will release the wifi lock if held. 72 * <p>The wifi lock will not be acquired unless handling has been enabled through {@link
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/ |
| D | WifiLockManager.java | 19 import android.net.wifi.WifiManager; 20 import android.net.wifi.WifiManager.WifiLock; 27 * <p>The handling of wifi locks requires the {@link android.Manifest.permission#WAKE_LOCK} 48 * <p>By default, wifi lock handling is not enabled. Enabling will acquire the wifi lock if 49 * necessary. Disabling will release the wifi lock if held. 72 * <p>The wifi lock will not be acquired unless handling has been enabled through {@link
|
| /external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/ |
| D | WifiLockManager.java | 19 import android.net.wifi.WifiManager; 20 import android.net.wifi.WifiManager.WifiLock; 27 * <p>The handling of wifi locks requires the {@link android.Manifest.permission#WAKE_LOCK} 48 * <p>By default, wifi lock handling is not enabled. Enabling will acquire the wifi lock if 49 * necessary. Disabling will release the wifi lock if held. 72 * <p>The wifi lock will not be acquired unless handling has been enabled through {@link
|
| /external/autotest/client/site_tests/network_ChromeWifiConfigure/ |
| D | network_ChromeWifiConfigure.py | 15 Tests wifi configuration using chrome.networkingPrivate. 18 a WiFi network and retreive the properties of that network. 34 'Type': 'WiFi', 35 'WiFi': { 54 self._test_property(network, 'Type', 'WiFi') 55 self._test_property(network, 'WiFi.Security', security)
|
| /external/autotest/client/cros/scripts/ |
| D | wifi | 54 wifi = wifi_proxy.WifiProxy.get_proxy() 57 security_parameters[wifi.SERVICE_PROPERTY_PASSPHRASE] = passphrase 58 successful = wifi.configure_wifi_service(ssid, security, 68 """Attempt to connect to a WiFi network. 70 Blocks until we connect successfully to a WiFi network described 81 wifi = wifi_proxy.WifiProxy.get_proxy() 82 result = wifi.connect_to_wifi_network(ssid, 112 wifi = wifi_proxy.WifiProxy.get_proxy() 113 result = wifi.disconnect_from_wifi_network(ssid, timeout)
|
| /external/kotlinx.coroutines/ui/kotlinx-coroutines-android/ |
| D | package.list | 60 android.net.wifi 61 android.net.wifi.aware 62 android.net.wifi.hotspot2 63 android.net.wifi.hotspot2.omadm 64 android.net.wifi.hotspot2.pps 65 android.net.wifi.p2p 66 android.net.wifi.p2p.nsd 67 android.net.wifi.rtt
|