Searched refs:mac_addr (Results 1 – 9 of 9) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/ |
D | MCAP_PTS_INSTRUCTIONS | 20 Note: Replace all occurances of <mac_addr> with the PTS MAC address for easy copy paste code. 36 Current addr: <mac_addr> 56 connect_mcl <mac_addr> 1003 0 58 create_mdl <mac_addr> 1 1005 1 1 0 59 create_mdl <mac_addr> 1 1005 2 1 0 60 create_mdl <mac_addr> 1 1005 3 1 0 61 create_mdl <mac_addr> 1 1005 4 1 0 78 connect_mcl <mac_addr> 1003 0 80 create_mdl <mac_addr> 1 1005 1 1 0 81 create_mdl <mac_addr> 1 1005 2 1 0 [all …]
|
/tools/test/connectivity/acts_tests/tests/google/net/ |
D | ApfCountersTest.py | 152 mac_addr = self.dut.droid.wifiGetConnectionInfo()['mac_address'] 153 self.log.info("mac_addr %s" % mac_addr) 160 ap.send_ra('wlan1', mac_addr, 0, 1) 175 ap.send_ra('wlan1', mac_addr, interval=INTERVAL, count=count) 186 ap.send_ra('wlan1', mac_addr, interval=INTERVAL, count=1) 209 mac_addr = self.dut.droid.wifiGetConnectionInfo()['mac_address'] 210 self.log.info("mac_addr %s" % mac_addr) 221 ap.send_ra('wlan1', mac_addr, 0, 1, rtt=rtt)
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/facade/ |
D | WlanDeprecatedConfigurationTest.py | 107 def _suggest_ap_mac_addr(self, mac_addr): argument 117 % mac_addr) 119 wlanSuggestAccessPointMacAddress(mac_addr)) 122 (mac_addr, response['error']))
|
/tools/test/connectivity/acts_tests/tests/google/bt/pts/ |
D | cmd_input.py | 42 ad.droid.bluetoothHspConnect(self.mac_addr) 49 ad.droid.bluetoothConnectBonded(self.mac_addr) 60 def setup_vars(self, android_devices, mac_addr, log): argument 68 self.mac_addr = mac_addr 70 self.pri_dut.bta.set_target_mac_addr(mac_addr) 71 self.pri_dut.gattc.set_target_mac_addr(mac_addr) 72 self.pri_dut.rfcomm.set_target_mac_addr(mac_addr) 73 self.bt_carkit_lib = E2eBtCarkitLib(self.log, mac_addr) 939 self.pri_dut.droid.bluetoothHspStartVoiceRecognition(self.mac_addr) 942 self.pri_dut.droid.bluetoothHspStopVoiceRecognition(self.mac_addr) [all …]
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | rfcomm_lib.py | 31 def set_target_mac_addr(self, mac_addr): argument 32 self.target_mac_addr = mac_addr
|
D | bta_lib.py | 33 def set_target_mac_addr(self, mac_addr): argument 34 self.target_mac_addr = mac_addr
|
D | gattc_lib.py | 48 def set_target_mac_addr(self, mac_addr): argument 49 self.target_mac_addr = mac_addr 69 mac_addr = event['data']['Result']['deviceInfo']['address'] 71 self.dut, mac_addr, autoconnect, transport=gatt_transport['le'])
|
/tools/test/connectivity/acts_tests/tests/google/ble/api/ |
D | BleAdvertiseApiTest.py | 607 mac_addr = deviceInfo['address'] 608 if mac_addr not in mac_list: 610 "Found device. address: {}".format(mac_addr)) 611 mac_list.append(mac_addr)
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | openwrt_ap.py | 255 mac_addr = ifconfig.split("\n")[0].split()[-1] 256 return mac_addr
|