/external/wpa_supplicant_8/wpa_supplicant/hidl/1.3/ |
D | sta_iface.h | 99 const hidl_array<uint8_t, 6>& mac_address, 102 const hidl_array<uint8_t, 6>& mac_address, 105 const hidl_array<uint8_t, 6>& mac_address, 108 const hidl_array<uint8_t, 6>& mac_address, 113 const hidl_array<uint8_t, 6>& mac_address, 223 const std::array<uint8_t, 6>& mac_address); 225 const std::array<uint8_t, 6>& mac_address); 227 const std::array<uint8_t, 6>& mac_address); 229 const std::array<uint8_t, 6>& mac_address, 234 const std::array<uint8_t, 6>& mac_address,
|
D | sta_iface.cpp | 369 const hidl_array<uint8_t, 6> &mac_address, initiateTdlsDiscover_cb _hidl_cb) in initiateTdlsDiscover() argument 373 &StaIface::initiateTdlsDiscoverInternal, _hidl_cb, mac_address); in initiateTdlsDiscover() 377 const hidl_array<uint8_t, 6> &mac_address, initiateTdlsSetup_cb _hidl_cb) in initiateTdlsSetup() argument 381 &StaIface::initiateTdlsSetupInternal, _hidl_cb, mac_address); in initiateTdlsSetup() 385 const hidl_array<uint8_t, 6> &mac_address, initiateTdlsTeardown_cb _hidl_cb) in initiateTdlsTeardown() argument 389 &StaIface::initiateTdlsTeardownInternal, _hidl_cb, mac_address); in initiateTdlsTeardown() 392 const hidl_array<uint8_t, 6> &mac_address, in initiateAnqpQuery() argument 399 &StaIface::initiateAnqpQueryInternal, _hidl_cb, mac_address, in initiateAnqpQuery() 404 const hidl_array<uint8_t, 6> &mac_address, const hidl_string &file_name, in initiateHs20IconQuery() argument 409 &StaIface::initiateHs20IconQueryInternal, _hidl_cb, mac_address, in initiateHs20IconQuery() [all …]
|
/external/u-boot/tools/ |
D | gen_ethaddr_crc.c | 24 int process_mac(const char *mac_address) in process_mac() argument 29 while (*mac_address != '\0') { in process_mac() 32 nibble[0] = *mac_address++; in process_mac()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_wired.c | 140 u8 *mac_address; in handle_dhcp() local 156 mac_address = (u8 *) &(msg->chaddr); in handle_dhcp() 159 MAC2STR(mac_address)); in handle_dhcp() 162 event.new_sta.addr = mac_address; in handle_dhcp()
|
D | driver.h | 2115 struct mac_address { struct 2122 struct mac_address mac_acl[0]; argument
|
/external/autotest/client/common_lib/cros/ |
D | virtual_ethernet_pair.py | 189 return interface.Interface(self.interface_name).mac_address 195 return interface.Interface(self._peer_interface_name).mac_address
|
/external/autotest/server/cros/packet_generation/ |
D | sendra.py | 42 send(args.mac_address, args.t_interval, args.pkt_count, args.life_time,
|
/external/crosvm/net_util/src/ |
D | lib.rs | 211 fn mac_address(&self) -> Result<MacAddress>; in mac_address() method 361 fn mac_address(&self) -> Result<MacAddress> { in mac_address() method 526 fn mac_address(&self) -> Result<MacAddress> { in mac_address() method
|
/external/autotest/client/cros/chameleon/ |
D | audio_widget_link.py | 455 def __init__(self, bt_adapter, audio_board_bt_ctrl, mac_address): argument 468 self._mac_address = mac_address
|
/external/crosvm/src/ |
D | main.rs | 108 mac_address: Option<net_util::MacAddress>, field 150 mac_address: None, in default() 494 if cfg.mac_address.is_some() { in set_argument() 499 cfg.mac_address = in set_argument() 890 if cfg.host_ip.is_some() || cfg.netmask.is_some() || cfg.mac_address.is_some() { in run_vm() 901 if cfg.mac_address.is_none() { in run_vm()
|
D | linux.rs | 524 mac_address: MacAddress, in create_net_device() 529 virtio::vhost::Net::<Tap, vhost::Net<Tap>>::new(host_ip, netmask, mac_address, mem) in create_net_device() 534 virtio::Net::<Tap>::new(host_ip, netmask, mac_address).map_err(Error::NetDeviceNew)?; in create_net_device() 832 if let (Some(host_ip), Some(netmask), Some(mac_address)) = in create_virtio_devices() 833 (cfg.host_ip, cfg.netmask, cfg.mac_address) in create_virtio_devices() 835 devs.push(create_net_device(cfg, host_ip, netmask, mac_address, mem)?); in create_virtio_devices()
|
/external/autotest/server/ |
D | site_linux_system.py | 599 our_mac = interface.Interface(our_ifname, self.host).mac_address 605 interface.Interface(sib_dev.if_name, self.host).mac_address 632 interface.Interface(src_dev, self.host).mac_address)
|
D | site_linux_router.py | 603 return iface.mac_address 832 return ap_interface.mac_address
|
/external/autotest/server/cros/ap_configurators/ |
D | static_ap_configurator.py | 47 self.mac_address = ap_config.get_wan_mac()
|
/external/kernel-headers/original/uapi/linux/wimax/ |
D | i2400m.h | 490 __u8 mac_address[ETH_ALEN]; member
|
/external/autotest/server/cros/network/ |
D | wifi_client.py | 245 return self._interface.mac_address 728 def add_arp_entry(self, ip_address, mac_address): argument 737 (ip_address, mac_address, self.wifi_if))
|
/external/crosvm/src/plugin/ |
D | mod.rs | 578 if let Some(mac_address) = cfg.mac_address { in run_config() 582 tap.set_mac_address(mac_address) in run_config()
|
D | process.rs | 453 .mac_address() in handle_get_net_config()
|
/external/autotest/server/site_tests/factory_Basic/ |
D | test_list.fwteam_small | 69 mac_address = open('/sys/class/net/mlan0/address').read().strip() 72 ap_number = int(hashlib.md5(mac_address).hexdigest(), 16) % _AP_COUNT
|
/external/autotest/client/common_lib/cros/network/ |
D | interface.py | 355 def mac_address(self): member in Interface
|
/external/python/setuptools/setuptools/_vendor/ |
D | pyparsing.py | 5543 …mac_address = Regex(r'[0-9a-fA-F]{2}([:.-])[0-9a-fA-F]{2}(?:\1[0-9a-fA-F]{2}){4}').setName("MAC ad… variable in pyparsing_common
|
/external/python/setuptools/pkg_resources/_vendor/ |
D | pyparsing.py | 5543 …mac_address = Regex(r'[0-9a-fA-F]{2}([:.-])[0-9a-fA-F]{2}(?:\1[0-9a-fA-F]{2}){4}').setName("MAC ad… variable in pyparsing_common
|