HomeSort by relevance Sort by last modified time
    Searched full:roam (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetAgIndicatorEnableState.java 23 public boolean roam; field in class:HeadsetAgIndicatorEnableState
30 roam = newRoam;
41 return service == other.service && roam == other.roam && signal == other.signal
49 if (roam) result += 2;
63 .append(", roam=")
64 .append(roam)
HeadsetDeviceState.java 25 * 0 - no service, no home/roam network is available
26 * 1 - presence of service, home/roam network available
45 HeadsetDeviceState(int service, int roam, int signal, int batteryCharge) {
47 mRoam = roam;
HeadsetNativeInterface.java 200 private void onAtBia(boolean service, boolean roam, boolean signal, boolean battery,
203 new HeadsetAgIndicatorEnableState(service, roam, signal, battery);
345 * @param roam roaming indicator, 0 - not roaming, 1 - roaming
351 int callState, int signal, int roam, int batteryCharge) {
352 return cindResponseNative(service, numActive, numHeld, callState, signal, roam,
485 int callState, int signal, int roam, int batteryCharge, byte[] address);
  /external/autotest/server/site_tests/network_WiFi_RoamDbus/
control 14 This test attempts to verify that we can roam between two APs in full
network_WiFi_RoamDbus.py 14 """Tests an intentional client-driven roam between APs
18 parameters but the same SSID, and send roam command to shill. After
19 that shill will send a dbus roam command to wpa_supplicant. We seek
89 # automatically roam to AP2 during the scan.
96 # Send roam command to shill,
97 # and shill will send dbus roam command to wpa_supplicant
103 raise error.TestFail('Failed to roam.')
  /external/autotest/client/site_tests/network_RoamWifiEndToEnd/
control 16 * Roam/Transition to a different network with the same ssid when we tear
network_RoamWifiEndToEnd.py 21 2. Tests the DUT can Roam/Failover between networks with same SSID.
57 # Give the DUT some time to roam to the other AP and connect.
67 'DUT failed to roam/connect to the second network')
  /external/autotest/server/site_tests/network_WiFi_Roam/
control.wifi_roam1xTLS 14 This test attempts to verify that we can roam between two 802.1x EAP-TLS APs
control.wifi_roamNone 14 This test attempts to verify that we can roam between two APs in full
control.wifi_roamWEP 14 This test attempts to verify that we can roam between two WEP APs
control.wifi_roamWPA 14 This test attempts to verify that we can roam between two WPA APs
  /hardware/libhardware_legacy/include/hardware_legacy/
roam.h 47 // consider to roam to.
wifi_logger.h 90 #define WIFI_EVENT_ROAM_SCAN_STARTED 15 // firmware has triggered a roam scan (not g-scan)
91 #define WIFI_EVENT_ROAM_SCAN_COMPLETE 16 // firmware has completed a roam scan (not g-scan)
92 #define WIFI_EVENT_ROAM_SEARCH_STARTED 17 // firmware has started searching for roam
94 #define WIFI_EVENT_ROAM_SEARCH_STOPPED 18 // firmware has stopped searching for roam
134 #define WIFI_EVENT_ROAM_SCAN_CONFIG 46 // Event received from firmware when roam scan
  /hardware/qcom/wlan/qcwcn/wifi_hal/
Android.mk 60 roam.cpp \
122 roam.cpp \
  /external/autotest/server/site_tests/network_WiFi_RoamSuspendTimeout/
network_WiFi_RoamSuspendTimeout.py 53 logging.info("- Verify that we roam back to same network.")
  /system/bt/bta/ag/
bta_ag_cfg.cc 33 "6)),(\"roam\",(0,1)),(\"battchg\",(0-5)),(\"callheld\",(0-2)),(\"bearer\"," \
  /external/autotest/server/site_tests/network_WiFi_RoamOnLowPower/
network_WiFi_RoamOnLowPower.py 190 is supposed to roam to the second radio.
243 # to roam. We're setting the roam threshold (and setting it so high --
314 """Adjust the AP attenuation to force the DUT to roam.
316 wpa_supplicant (v2.0-devel) decides when to roam based on a number of
317 factors even when we're only interested in the scenario when the roam
324 1) The S/N of the current AP must be below supplicant's roam
326 2) The S/N of the roam target must be more than 3dB larger than
332 3) The roam target's signal must be above the current BSS's signal
343 will reliably trigger supplicant to roam to the second AP
    [all...]
  /tools/test/connectivity/acts/tests/google/wifi/
WifiEnterpriseRoamingTest.py 133 to roam to.
155 4. Expect DUT to roam to bssid_b.
157 6. Expect DUT to roam back to bssid_a.
  /external/autotest/server/site_tests/network_WiFi_RoamEndToEnd/
network_WiFi_RoamEndToEnd.py 66 tag='roam',
  /external/autotest/server/site_tests/network_WiFi_RoamSuspend/
network_WiFi_RoamSuspend.py 62 logging.info("- Verify that we roam to same network w/new parameters.")
  /external/autotest/server/site_tests/network_WiFi_SSIDMultiSwitchBack/
network_WiFi_SSIDMultiSwitchBack.py 19 is supposed to roam to the second radio.
94 time.sleep(50) # Give DUT time to scan and roam.
  /system/bt/include/hardware/
bluetooth_headset_callbacks.h 190 * @param roam whether HF should receive roaming state update
195 virtual void AtBiaCallback(bool service, bool roam, bool signal, bool battery,
bluetooth_headset_interface.h 134 * @param roam roaming state, 1 for roaming, 0 for home, p86 HFP 1.7.1 spec
141 int signal, int roam, int batt_chg,
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmevent.h 113 #define WLC_E_ROAM 19 /* roam attempt occurred: indicate status & reason */
126 #define WLC_E_ROAM_PREP 32 /* before attempting to roam */
250 /* roam reason codes */
257 /* Roam codes used primarily by CCX */
258 #define WLC_E_REASON_FAST_ROAM_FAILED 5 /* roamed due to fast roam failure */
  /external/autotest/server/site_tests/network_WiFi_PMKSACaching/
network_WiFi_PMKSACaching.py 91 raise error.TestFail('Failed to roam to second BSS.')

Completed in 626 milliseconds

1 2 3 4