Home
last modified time | relevance | path

Searched refs:mac_address (Results 1 – 22 of 22) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/hidl/1.3/
Dsta_iface.h99 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,
Dsta_iface.cpp369 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/
Dgen_ethaddr_crc.c24 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/
Ddriver_wired.c140 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()
Ddriver.h2115 struct mac_address { struct
2122 struct mac_address mac_acl[0]; argument
/external/autotest/client/common_lib/cros/
Dvirtual_ethernet_pair.py189 return interface.Interface(self.interface_name).mac_address
195 return interface.Interface(self._peer_interface_name).mac_address
/external/autotest/server/cros/packet_generation/
Dsendra.py42 send(args.mac_address, args.t_interval, args.pkt_count, args.life_time,
/external/crosvm/net_util/src/
Dlib.rs211 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/
Daudio_widget_link.py455 def __init__(self, bt_adapter, audio_board_bt_ctrl, mac_address): argument
468 self._mac_address = mac_address
/external/crosvm/src/
Dmain.rs108 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()
Dlinux.rs524 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/
Dsite_linux_system.py599 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)
Dsite_linux_router.py603 return iface.mac_address
832 return ap_interface.mac_address
/external/autotest/server/cros/ap_configurators/
Dstatic_ap_configurator.py47 self.mac_address = ap_config.get_wan_mac()
/external/kernel-headers/original/uapi/linux/wimax/
Di2400m.h490 __u8 mac_address[ETH_ALEN]; member
/external/autotest/server/cros/network/
Dwifi_client.py245 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/
Dmod.rs578 if let Some(mac_address) = cfg.mac_address { in run_config()
582 tap.set_mac_address(mac_address) in run_config()
Dprocess.rs453 .mac_address() in handle_get_net_config()
/external/autotest/server/site_tests/factory_Basic/
Dtest_list.fwteam_small69 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/
Dinterface.py355 def mac_address(self): member in Interface
/external/python/setuptools/setuptools/_vendor/
Dpyparsing.py5543mac_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/
Dpyparsing.py5543mac_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