Home
last modified time | relevance | path

Searched refs:mac_addr (Results 1 – 9 of 9) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/
DMCAP_PTS_INSTRUCTIONS20 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/
DApfCountersTest.py152 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/bt/pts/
Dcmd_input.py42 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/tests/google/fuchsia/wlan/facade/
DWlanDeprecatedConfigurationTest.py99 def _suggest_ap_mac_addr(self, mac_addr): argument
109 % mac_addr)
111 wlanSuggestAccessPointMacAddress(mac_addr))
114 (mac_addr, response['error']))
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Drfcomm_lib.py33 def set_target_mac_addr(self, mac_addr): argument
34 self.target_mac_addr = mac_addr
Dbta_lib.py33 def set_target_mac_addr(self, mac_addr): argument
34 self.target_mac_addr = mac_addr
Dgattc_lib.py49 def set_target_mac_addr(self, mac_addr): argument
50 self.target_mac_addr = mac_addr
70 mac_addr = event['data']['Result']['deviceInfo']['address']
72 self.dut, mac_addr, autoconnect, transport=gatt_transport['le'])
/tools/test/connectivity/acts_tests/tests/google/ble/api/
DBleAdvertiseApiTest.py607 mac_addr = deviceInfo['address']
608 if mac_addr not in mac_list:
609 self.log.info("Found device. address: {}".format(mac_addr))
610 mac_list.append(mac_addr)
/tools/test/connectivity/acts/framework/acts/controllers/
Dopenwrt_ap.py238 mac_addr = ifconfig.split("\n")[0].split()[-1]
239 return mac_addr