HomeSort by relevance Sort by last modified time
    Searched refs:mac_address (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /system/connectivity/wificond/
logging_utils.cpp 31 string LoggingUtils::GetMacString(const vector<uint8_t>& mac_address) {
33 for (const uint8_t& b : mac_address) {
35 if (&b != &mac_address.back()) {
logging_utils.h 31 static std::string GetMacString(const std::vector<uint8_t>& mac_address);
ap_interface_impl.cpp 129 const vector<uint8_t>& mac_address) {
132 << LoggingUtils::GetMacString(mac_address)
137 << LoggingUtils::GetMacString(mac_address)
ap_interface_impl.h 77 const std::vector<uint8_t>& mac_address);
  /tools/test/connectivity/acts/tests/google/bt/
AkXB10PairingTest.py 81 if device['address'] == self.ak_xb10_speaker.mac_address:
83 self.ak_xb10_speaker.mac_address)
114 if device['address'] == self.ak_xb10_speaker.mac_address:
117 self.ak_xb10_speaker.mac_address)
152 self.ak_xb10_speaker.mac_address)
159 if d['address'] == self.ak_xb10_speaker.mac_address:
SonyXB2PairingTest.py 81 if device['address'] == self.sony_xb2_speaker.mac_address:
83 self.sony_xb2_speaker.mac_address)
114 if device['address'] == self.sony_xb2_speaker.mac_address:
117 self.sony_xb2_speaker.mac_address)
152 self.sony_xb2_speaker.mac_address)
159 if d['address'] == self.sony_xb2_speaker.mac_address:
  /tools/test/connectivity/acts/tests/google/fugu/
AndroidFuguRemotePairingTest.py 65 self.dut.droid.bluetoothDiscoverAndBond(self.fugu_remote.mac_address)
73 if d['address'] == self.fugu_remote.mac_address:
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
sta_iface.h 82 const hidl_array<uint8_t, 6>& mac_address,
85 const hidl_array<uint8_t, 6>& mac_address,
88 const hidl_array<uint8_t, 6>& mac_address,
91 const hidl_array<uint8_t, 6>& mac_address,
96 const hidl_array<uint8_t, 6>& mac_address,
177 const std::array<uint8_t, 6>& mac_address);
179 const std::array<uint8_t, 6>& mac_address);
181 const std::array<uint8_t, 6>& mac_address);
183 const std::array<uint8_t, 6>& mac_address,
188 const std::array<uint8_t, 6>& mac_address,
    [all...]
sta_iface.cpp 255 const hidl_array<uint8_t, 6> &mac_address, initiateTdlsDiscover_cb _hidl_cb)
259 &StaIface::initiateTdlsDiscoverInternal, _hidl_cb, mac_address);
263 const hidl_array<uint8_t, 6> &mac_address, initiateTdlsSetup_cb _hidl_cb)
267 &StaIface::initiateTdlsSetupInternal, _hidl_cb, mac_address);
271 const hidl_array<uint8_t, 6> &mac_address, initiateTdlsTeardown_cb _hidl_cb)
275 &StaIface::initiateTdlsTeardownInternal, _hidl_cb, mac_address);
278 const hidl_array<uint8_t, 6> &mac_address,
285 &StaIface::initiateAnqpQueryInternal, _hidl_cb, mac_address,
290 const hidl_array<uint8_t, 6> &mac_address, const hidl_string &file_name,
295 &StaIface::initiateHs20IconQueryInternal, _hidl_cb, mac_address,
    [all...]
  /tools/test/connectivity/acts/tests/google/ble/beacon_tests/
BeaconSwarmTest.py 192 mac_address = event_info['data']['Result']['deviceInfo']['address']
193 if mac_address not in self.discovered_mac_address_list:
194 self.discovered_mac_address_list.append(mac_address)
236 mac_address = result['deviceInfo']['address']
237 if mac_address not in self.discovered_mac_address_list:
238 self.discovered_mac_address_list.append(mac_address)
336 mac_address = event_info['data']['Result']['deviceInfo'][
338 if mac_address not in self.discovered_mac_address_list:
339 self.discovered_mac_address_list.append(mac_address)
  /system/connectivity/wificond/tests/integration/
client_interface_test.cpp 113 vector<uint8_t> mac_address; local
114 EXPECT_TRUE(client_interface->getMacAddress(&mac_address).isOk());
115 EXPECT_TRUE(mac_address.size() == 6);
  /tools/test/connectivity/acts/tests/google/bt/audio_lab/
ThreeButtonDongleTest.py 50 self.dut.droid.bluetoothBond(self.dongle.mac_address)
58 if d['address'] == self.dongle.mac_address:
118 self.dut.droid.bluetoothUnbond(self.dongle.mac_address)
  /system/connectivity/wificond/net/
netlink_utils.h 39 mac_address(mac_address_) {}
45 std::vector<uint8_t> mac_address; member in struct:android::wificond::InterfaceInfo
182 const std::vector<uint8_t>& mac_address,
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_gatt_utils.py 41 mac_address,
46 log.info("Gatt Connect to mac address {}.".format(mac_address))
48 gatt_callback, mac_address, autoconnect, transport, opportunistic,
102 mac_address=None,
106 if mac_address is None:
109 mac_address, adv_callback = (
115 mac_address = per_ad.droid.bluetoothGetLocalAddress()
118 cen_ad, mac_address, autoconnect, transport, opportunistic)
BtMetricsBaseTest.py 91 self.ad.droid.bluetoothBond(self.dongle.mac_address)
99 if d['address'] == self.dongle.mac_address:
  /external/autotest/server/cros/packet_generation/
sendra.py 42 send(args.mac_address, args.t_interval, args.pkt_count, args.life_time,
  /tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
dongles.py 47 self.mac_address = validate_key('mac_address', config, str,
94 self.mac_address = validate_key('mac_address', config, str,
ak_xb10_speaker.py 46 self.mac_address = validate_key('mac_address', config, str, 'ak_xb10')
fugu_remote.py 42 self.mac_address = validate_key('mac_address', config, str,
sony_xb2_speaker.py 46 self.mac_address = validate_key('mac_address', config, str, 'sony_xb2')
  /external/autotest/client/site_tests/network_BasicProfileProperties/
network_BasicProfileProperties.py 64 mac = ethernet_if.mac_address.replace(':', '').lower()
  /external/wpa_supplicant_8/src/drivers/
driver_wired.c 140 u8 *mac_address; local
156 mac_address = (u8 *) &(msg->chaddr);
159 MAC2STR(mac_address));
162 event.new_sta.addr = mac_address;
  /system/connectivity/wificond/tests/
nl80211_attribute_unittest.cpp 143 std::vector<uint8_t> mac_address(
146 NL80211Attr<std::vector<uint8_t>> byte_vector_attr(1, mac_address);
147 EXPECT_EQ(byte_vector_attr.GetValue(), mac_address);
  /external/autotest/client/site_tests/network_DestinationVerification/
network_DestinationVerification.py 33 "mac_address":"4C:AA:16:A5:AC:DF",
57 "mac_address": "B0:EE:45:49:AC:1E",
85 "mac_address":"B0:EE:45:68:B5:52",
236 message.mac_address = test_data['hotspot_bssid']
  /external/autotest/server/cros/network/
wifi_client.py 299 return self._interface.mac_address
807 def add_arp_entry(self, ip_address, mac_address):
811 @param mac_address: string MAC address associated with the new ARP
816 (ip_address, mac_address, self.wifi_if))
819 def discover_tdls_link(self, mac_address):
822 @param mac_address: string MAC address associated with the TDLS peer.
827 return self._shill_proxy.discover_tdls_link(self.wifi_if, mac_address)
830 def establish_tdls_link(self, mac_address):
831 """Establish a TDLS link with |mac_address|.
833 @param mac_address: string MAC address associated with the TDLS peer
    [all...]

Completed in 517 milliseconds

1 2 3 4