/external/wpa_supplicant_8/hs20/server/www/ |
free-remediation.php | 3 <title>Hotspot 2.0 - public and free hotspot - remediation</title> 7 <h3>Hotspot 2.0 - public and free hotspot</h3>
|
free.php | 3 <title>Hotspot 2.0 - public and free hotspot</title> 11 echo "<h3>Hotspot 2.0 - public and free hotspot</h3>\n";
|
remediation.php | 3 <title>Hotspot 2.0 subscription remediation</title>
|
/prebuilts/jdk/jdk8/darwin-x86/lib/ |
sa-jdi.jar | |
/prebuilts/jdk/jdk8/linux-x86/lib/ |
sa-jdi.jar | |
/system/ca-certificates/wfa_certs/ |
README | 3 For details refer to Hotspot 2.0 Technical Specifications.
|
/prebuilts/jdk/jdk8/darwin-x86/jre/lib/images/cursors/ |
cursors.properties | 11 # Cursor.<name>.<geom>.HotSpot=<x>,<y> 15 Cursor.CopyDrop.32x32.HotSpot=0,0 19 Cursor.MoveDrop.32x32.HotSpot=0,0 23 Cursor.LinkDrop.32x32.HotSpot=0,0 27 Cursor.CopyNoDrop.32x32.HotSpot=6,2 31 Cursor.MoveNoDrop.32x32.HotSpot=6,2 35 Cursor.LinkNoDrop.32x32.HotSpot=6,2 39 Cursor.Invalid.32x32.HotSpot=6,2
|
/prebuilts/jdk/jdk8/linux-x86/jre/lib/images/cursors/ |
cursors.properties | 11 # Cursor.<name>.<geom>.HotSpot=<x>,<y> 15 Cursor.CopyDrop.32x32.HotSpot=0,0 19 Cursor.MoveDrop.32x32.HotSpot=0,0 23 Cursor.LinkDrop.32x32.HotSpot=0,0 27 Cursor.CopyNoDrop.32x32.HotSpot=6,2 31 Cursor.MoveNoDrop.32x32.HotSpot=6,2 35 Cursor.LinkNoDrop.32x32.HotSpot=6,2 39 Cursor.Invalid.32x32.HotSpot=6,2
|
/prebuilts/jdk/jdk8/darwin-x86/sample/dtrace/hotspot/ |
hotspot_calls_tree.d | 41 * This script prints calls tree of fired 'hotspot' probes. 64 SAMPLE_NAME = "hotspot probes tracing"; 71 hotspot$target:::class-loaded, 72 hotspot$target:::class-unloaded, 73 hotspot$target:::compiled-method-load, 74 hotspot$target:::compiled-method-unload, 75 hotspot$target:::monitor-notify, 76 hotspot$target:::monitor-notifyAll 81 hotspot$target:::vm-init-begin, 82 hotspot$target:::gc-begin [all...] |
README.txt | 2 'hotspot' PROBES DESCRIPTION 5 This directory contains D scripts which demonstrate usage of 'hotspot' provider probes. 7 The 'hotspot' provider makes available probes that can be used to track the 12 of the hotspot probes originate in the VM library (libjvm.so), so they are 26 You can find more information about HotSpot probes here: 34 The following scripts/samples which demonstrate 'hotspot' probes usage are 46 The script prints calls tree of fired 'hotspot' probes. 73 To run any D script from hotspot directory you can do either: 78 don't yet exist ( Hotspot DTrace probes are defined in libjvm.so and as
|
monitors.d | 65 SAMPLE_NAME = "hotspot monitors tracing"; 71 * hotspot:::thread-start, hotspot:::thread-stop probe arguments: 78 hotspot$target:::thread-start 91 hotspot$target:::thread-stop 104 * hotspot::monitor-contended-enter, hotspot::monitor-contended-entered 115 hotspot$target:::monitor-contended-enter 131 hotspot$target:::monitor-contended-entered
|
/external/webrtc/webrtc/modules/desktop_capture/ |
mouse_cursor.h | 26 // Takes ownership of |image|. |hotspot| must be within |image| boundaries. 27 MouseCursor(DesktopFrame* image, const DesktopVector& hotspot); 36 void set_hotspot(const DesktopVector& hotspot ) { hotspot_ = hotspot; } 37 const DesktopVector& hotspot() const { return hotspot_; } function in class:webrtc::MouseCursor
|
mouse_cursor.cc | 21 MouseCursor::MouseCursor(DesktopFrame* image, const DesktopVector& hotspot) 23 hotspot_(hotspot) { 34 cursor.hotspot())
|
/external/wpa_supplicant_8/src/utils/ |
browser.h | 2 * Hotspot 2.0 client - Web browser
|
/test/vts-testcase/nbu/src/ |
local_hotspot_test.py | 1 """Local hotspot tests.""" 19 """Local hotspot tests.""" 37 """Test for basic local hotspot process flow. 40 1. Ap sets up a local hotspot and retrieves the credentials. 41 2. Station connects to the hotspot. 44 Station can connect to the local hotspot created by ap. 50 self.ap.log.info('Local hotspot started')
|
/tools/test/connectivity/acts/tests/google/wifi/ |
WifiTetheringPowerTest.py | 102 """ Start wifi tethering on hotspot device 105 1. wifi_band: specifies the wifi band to start the hotspot 149 1. Start wifi hotspot with 2.4Ghz band 150 2. No devices connected to hotspot 160 1. Start wifi hotspot with 5Ghz band 161 2. No devices connected to hotspot 171 1. Start wifi hotspot with 2.4GHz band 172 2. Connect 1 device to hotspot 183 1. Start wifi hotspot with 5GHz band 184 2. Connect 1 device to hotspot [all...] |
WifiTetheringTest.py | 140 """ Start wifi tethering on hotspot device 143 1. wifi_band: specifies the wifi band to start the hotspot 153 self.tethered_devices list to hotspot device 200 """ Connect disconnect tethered devices to wifi hotspot """ 266 """ Ping hotspot interfaces from tethered device 302 "Configured wifi hotspot SSID does not match with the expected SSID") 305 """ Turn on wifi hotspot with a config that is already saved 308 1. dut - device to turn wifi hotspot on 327 1. Start wifi tethering on hotspot device 328 2. Verify IPv6 address on hotspot device (VZW & TMO only [all...] |
/external/wpa_supplicant_8/hs20/server/ca/ |
hs20.oid | 3 1.3.6.1.4.1.40808.1.1.1 id-wfa-hotspot-friendlyName
|
/external/wpa_supplicant_8/src/ap/ |
hs20.h | 2 * Hotspot 2.0 AP ANQP processing
|
/prebuilts/jdk/jdk8/darwin-x86/sample/dtrace/ |
README.txt | 1 DTrace HotSpot probes samples 15 * hotspot/ 17 This directory contains D scripts which demonstrate usage of 'hotspot'
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
HotspotControllerImpl.java | 109 * hotspot status. Additionally starts listening to wifi manager state to track the number of 154 * Sends a hotspot changed callback with the new enabled status. Wraps 158 * @param enabled whether the hotspot is enabled 165 * Sends a hotspot changed callback with the new enabled status & the number of devices 166 * connected to the hotspot. Be careful when calling over multiple threads, especially if one of 169 * @param enabled whether the hotspot is enabled 170 * @param numConnectedDevices number of devices connected to the hotspot 210 * Class to listen in on wifi state and update the hotspot state 235 // Update internal hotspot state for tracking before using any enabled/callback methods. 239 // Reset num devices if the hotspot is no longer enabled so we don't get ghos [all...] |
/external/wpa_supplicant_8/hs20/server/ |
spp_server.h | 2 * Hotspot 2.0 SPP server
|
/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/tether/ |
WifiTetherSettingsTest.java | 69 onView(withText("Hotspot name")).check(matches(isDisplayed())); 70 onView(withText("Hotspot password")).check(matches(isDisplayed())); 76 onView(withText("Wi?Fi hotspot")).perform(); 77 UiObject2 item = mDevice.wait(Until.findObject(By.text("Wi?Fi hotspot")), TIMEOUT);
|
/frameworks/base/core/res/res/values-mcc234-mnc20/ |
config.xml | 29 <item>3hotspot,3hotspot,,,,,,,,,234,20,0,DUN</item>
|
/packages/apps/Settings/src/com/android/settings/wifi/tether/ |
HotspotOffReceiver.java | 13 * This receiver catches when quick settings turns off the hotspot, so we can 34 // The hotspot has been turned off, we don't need to recheck tethering.
|