HomeSort by relevance Sort by last modified time
    Searched refs:station (Results 1 - 18 of 18) sorted by null

  /test/vts-testcase/nbu/src/
wifi_direct_test.py 23 self.station = self.dut_a
26 self.station.debug_tag = 'station'
33 self.station.android.wifiEnable()
41 2. Station connects to the group as a regular hotspot.
44 Station can connect to the wifi p2p group created by group owner.
52 network_found = self.station.android.wifiScanAndFindSsid(
56 self.station.log.info('Network is found, connecting...')
57 connect_result = self.station.android.wifiConnectByUpdate(
60 self.station.log.info('Connected to the network'
    [all...]
local_hotspot_test.py 23 self.station = self.dut_a
27 self.station.debug_tag = 'station'
33 self.station.android.wifiEnable()
41 2. Station connects to the hotspot.
44 Station can connect to the local hotspot created by ap.
51 network_found = self.station.android.wifiScanAndFindSsid(
54 self.station.android.wifiConnectByUpdate(local_hotspot_info[SSID],
56 self.station.log.info('Connected to the network %s.'
66 self.station.android.wifiDisable(
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_ec.h 9 unsigned char station; /* Station number. */ member in struct:ec_addr
if_frad.h 85 short station; member in struct:frad_conf
sdla.h 82 short station; member in struct:sdla_conf
wanrouter.h 220 char station; /* DTE/DCE, primary/secondary, etc. */ member in struct:wandev_conf
279 /* station options */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/neteconet/
ec.h 28 unsigned char station; /* Station number. */ member in struct:ec_addr
  /packages/apps/Car/Radio/src/com/android/car/radio/
PresetsAdapter.java 101 * Indicates which radio station is the active one inside the list of presets that are set on
102 * this adapter. This will cause that station to be highlighted in the list. If the station
125 Program station = mPresets.get(position); local
126 boolean isActiveStation = station.getSelector().equals(mActiveProgram.getSelector());
127 holder.bindPreset(station, isActiveStation, getItemCount(), true);
  /bionic/libc/kernel/uapi/linux/
if_frad.h 50 short station; member in struct:frad_conf
sdla.h 61 short station; member in struct:sdla_conf
  /external/kernel-headers/original/uapi/linux/
if_frad.h 86 short station; member in struct:frad_conf
sdla.h 83 short station; member in struct:sdla_conf
  /external/autotest/server/cros/network/
wpa_cli_proxy.py 15 Station = collections.namedtuple('Station',
296 Station(bssid=match.group(1), frequency=match.group(2),
299 [station.ssid for station in found_stations])
300 if [station for station in found_stations
301 if station.ssid == assoc_params.ssid]:
  /external/iw/
Android.mk 7 interface.c ibss.c station.c survey.c util.c ocb.c \
station.c 14 SECTION(station); variable
159 * the kernel starts sending station notifications.
175 printf("Station %s (on %s)", mac_addr, dev);
379 COMMAND(station, get, "<MAC address>",
381 "Get information for a specific station.");
382 COMMAND(station, del, "<MAC address>",
384 "Remove the given station entry (use with caution!)");
448 COMMAND_ALIAS(station, set, "<MAC address> plink_action <open|block>",
450 "Set mesh peer link action for this station (peer).",
496 COMMAND_ALIAS(station, set, "<MAC address> vlan <ifindex>"
    [all...]
Makefile 16 interface.o ibss.o station.o survey.o util.o ocb.o \
  /external/autotest/server/hosts/
adb_host.py 200 test station connected to an Android DUT. This will be the DUT
297 This command will launch on the test station.
312 This command will launch on the test station.
325 This command will launch on the test station.
347 """Runs a command named `function` on the test station.
349 This command will launch on the test station.
658 # the test station we are running ADB on.
718 """Get a list of devices currently attached to the test station.
723 @returns a list of devices attached to the test station.
751 """Get a list of devices currently attached to the test station an
    [all...]
  /external/autotest/site_utils/
acts_lib.py 110 @param zip_file_path: The path to the zip file on the test station that
167 """A container for testing android devices on a test station."""
216 @param test_station: The test station that the container is on.

Completed in 1503 milliseconds