/system/connectivity/dhcp_client/ |
device_info_unittest.cc | 78 ByteString mac_address; local 91 &mac_address, 95 ElementsAreArray(mac_address.GetConstData(), 100 ByteString mac_address; local 103 &mac_address, 108 ByteString mac_address; local 112 &mac_address, 117 ByteString mac_address; local 123 &mac_address, 128 ByteString mac_address; local [all...] |
device_info.cc | 54 ByteString* mac_address, 82 *mac_address = ByteString(ifr.ifr_hwaddr.sa_data, IFHWADDRLEN);
|
device_info.h | 37 shill::ByteString* mac_address,
|
/external/iproute2/man/man8/ |
tc-flower.8 | 23 .IR mac_address " | " 58 .BI dst_mac " mac_address" 60 .BI src_mac " mac_address"
|
/system/connectivity/shill/cellular/ |
modem.cc | 122 string mac_address; local 125 GetDeviceParams(&mac_address, &interface_index); 130 if (mac_address.empty()) { 144 mac_address = kFakeDevAddress; 154 device_ = ConstructCellular(link_name_, mac_address, interface_index); 165 bool Modem::GetDeviceParams(string* mac_address, int* interface_index) { 179 *mac_address = address_bytes.HexEncode();
|
modem_unittest.cc | 253 string mac_address; local 258 EXPECT_FALSE(modem_->GetDeviceParams(&mac_address, &interface_index)); 264 EXPECT_FALSE(modem_->GetDeviceParams(&mac_address, &interface_index)); 269 EXPECT_FALSE(modem_->GetDeviceParams(&mac_address, &interface_index)); 276 EXPECT_TRUE(modem_->GetDeviceParams(&mac_address, &interface_index)); 278 EXPECT_EQ(kAddressAsString, mac_address);
|
modem.h | 104 // Find the |mac_address| and |interface_index| for the kernel 106 // |mac_address| and |interface_index| were found. Modifies 108 virtual bool GetDeviceParams(std::string* mac_address, int* interface_index);
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
bt_gatt_utils.py | 34 def setup_gatt_connection(cen_ad, mac_address, autoconnect): 37 log.info("Gatt Connect to mac address {}.".format(mac_address)) 39 gatt_callback, mac_address, autoconnect) 70 mac_address=None, 73 if mac_address is None: 75 mac_address, adv_callback = ( 78 mac_address = per_ad.droid.bluetoothGetLocalAddress() 81 cen_ad, mac_address, autoconnect)
|
/tools/test/connectivity/acts/tests/google/ble/beacon_tests/ |
BeaconSwarmTest.py | 195 mac_address = event_info['data']['Result']['deviceInfo']['address'] 196 if mac_address not in self.discovered_mac_address_list: 197 self.discovered_mac_address_list.append(mac_address) 239 mac_address = result['deviceInfo']['address'] 240 if mac_address not in self.discovered_mac_address_list: 241 self.discovered_mac_address_list.append(mac_address) 339 mac_address = event_info['data']['Result']['deviceInfo'][ 341 if mac_address not in self.discovered_mac_address_list: 342 self.discovered_mac_address_list.append(mac_address)
|
/packages/apps/Settings/res/layout/ |
setup_wifi_mac_address.xml | 34 android:id="@+id/mac_address"
|
/packages/apps/TvSettings/Settings/res/xml/ |
wifi_details.xml | 27 android:key="mac_address"
|
/packages/apps/Settings/res/xml/ |
wifi_configure_settings.xml | 45 android:key="mac_address"
|
/external/autotest/client/site_tests/network_BasicProfileProperties/ |
network_BasicProfileProperties.py | 64 mac = ethernet_if.mac_address.replace(':', '').lower()
|
/system/connectivity/shill/shims/protos/ |
crypto_util.proto | 66 optional bytes mac_address = 4;
|
/system/connectivity/shill/ |
device_info_unittest.cc | 507 device_info_.infos_[kTestDeviceIndex].mac_address = 513 EXPECT_TRUE(device_info_.infos_[kTestDeviceIndex].mac_address.IsEmpty()); 1035 ByteString mac_address = local 1048 ByteString mac_address = local 1067 ByteString mac_address = local 1103 ByteString mac_address = local 1114 ByteString mac_address; local 1131 ByteString mac_address; local 1151 ByteString mac_address; local 1168 ByteString mac_address; local 1226 ByteString mac_address; local [all...] |
link_monitor_unittest.cc | 161 MATCHER_P(IsMacAddress, mac_address, "") { 162 return mac_address.Equals(arg);
|
device_info.cc | 474 infos_[interface_index].mac_address.Clear(); 515 infos_[interface_index].mac_address.Clear(); 664 infos_[dev_index].mac_address = msg.GetAttribute(IFLA_ADDRESS); 666 base::ToLowerASCII(infos_[dev_index].mac_address.HexEncode()); 668 << infos_[dev_index].mac_address.HexEncode(); 714 // |mac_address| from RTNL is not used for some devices, in which case it will 716 if (!info->mac_address.IsEmpty()) { 717 *address = info->mac_address; 754 ByteString* mac_address) const { 802 CHECK(mac_address); [all...] |
device_info.h | 109 // Returns true and populates |mac_address| on success, otherwise returns 113 ByteString* mac_address) const; 185 ByteString mac_address; member in struct:shill::DeviceInfo::Info
|
/external/autotest/server/cros/network/ |
wifi_client.py | 262 return self._interface.mac_address 736 def add_arp_entry(self, ip_address, mac_address): 740 @param mac_address: string MAC address associated with the new ARP 745 (ip_address, mac_address, self.wifi_if)) 748 def discover_tdls_link(self, mac_address): 751 @param mac_address: string MAC address associated with the TDLS peer. 756 return self._shill_proxy.discover_tdls_link(self.wifi_if, mac_address) 759 def establish_tdls_link(self, mac_address): 760 """Establish a TDLS link with |mac_address|. 762 @param mac_address: string MAC address associated with the TDLS peer [all...] |
/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/avahi/avahi-core/ |
iface.h | 83 uint8_t mac_address[AVAHI_MAC_ADDRESS_MAX]; member in struct:AvahiHwInterface
|
/external/wpa_supplicant_8/src/drivers/ |
driver_wired.c | 175 u8 *mac_address; local 191 mac_address = (u8 *) &(msg->chaddr); 194 MAC2STR(mac_address)); 197 event.new_sta.addr = mac_address;
|
/tools/test/connectivity/acts/tests/google/ble/filtering/ |
UniqueFilteringTest.py | 455 mac_address = event_info['data']['Result']['deviceInfo']['address'] 457 mac_address)) 461 self.scn_ad.droid.bleSetScanFilterDeviceAddress(mac_address) 472 mac_address):
|
/system/connectivity/shill/test-scripts/ |
crypto_util_pb2.py | 172 name='mac_address', full_name='shill_protos.VerifyCredentialsMessage.mac_address', index=3,
|
/external/autotest/client/virt/ |
virt_env_process.py | 394 mac_address = matches[0].lower() 395 if time.time() - address_cache.get("time_%s" % mac_address, 0) > 5: 397 mac_address, address_cache.get("last_seen")) 398 address_cache[mac_address] = address_cache.get("last_seen") 399 address_cache["time_%s" % mac_address] = time.time()
|