/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/ |
D | 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,
|
D | sta_iface.cpp | 255 const hidl_array<uint8_t, 6> &mac_address, initiateTdlsDiscover_cb _hidl_cb) in initiateTdlsDiscover() argument 259 &StaIface::initiateTdlsDiscoverInternal, _hidl_cb, mac_address); in initiateTdlsDiscover() 263 const hidl_array<uint8_t, 6> &mac_address, initiateTdlsSetup_cb _hidl_cb) in initiateTdlsSetup() argument 267 &StaIface::initiateTdlsSetupInternal, _hidl_cb, mac_address); in initiateTdlsSetup() 271 const hidl_array<uint8_t, 6> &mac_address, initiateTdlsTeardown_cb _hidl_cb) in initiateTdlsTeardown() argument 275 &StaIface::initiateTdlsTeardownInternal, _hidl_cb, mac_address); in initiateTdlsTeardown() 278 const hidl_array<uint8_t, 6> &mac_address, in initiateAnqpQuery() argument 285 &StaIface::initiateAnqpQueryInternal, _hidl_cb, mac_address, in initiateAnqpQuery() 290 const hidl_array<uint8_t, 6> &mac_address, const hidl_string &file_name, in initiateHs20IconQuery() argument 295 &StaIface::initiateHs20IconQueryInternal, _hidl_cb, mac_address, in initiateHs20IconQuery() [all …]
|
/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 | 1625 struct mac_address { struct 1632 struct mac_address mac_acl[0]; argument
|
/external/autotest/server/cros/network/ |
D | wifi_client.py | 286 return self._interface.mac_address 793 def add_arp_entry(self, ip_address, mac_address): argument 802 (ip_address, mac_address, self.wifi_if)) 805 def discover_tdls_link(self, mac_address): argument 813 return self._shill_proxy.discover_tdls_link(self.wifi_if, mac_address) 816 def establish_tdls_link(self, mac_address): argument 824 return self._shill_proxy.establish_tdls_link(self.wifi_if, mac_address) 827 def query_tdls_link(self, mac_address): argument 835 return self._shill_proxy.query_tdls_link(self.wifi_if, mac_address)
|
/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/autotest/client/site_tests/network_BasicProfileProperties/ |
D | network_BasicProfileProperties.py | 64 mac = ethernet_if.mac_address.replace(':', '').lower()
|
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/ |
D | ibft.c | 285 nic->mac_address ) ) != 0 ) { in ibft_fill_nic() 289 DBG ( "iBFT NIC MAC = %s\n", eth_ntoa ( nic->mac_address ) ); in ibft_fill_nic()
|
/external/syslinux/gpxe/src/arch/i386/include/gpxe/ |
D | ibft.h | 180 uint8_t mac_address[6]; member
|
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/ |
D | platformsettings.py | 667 mac_address = self._get_mac_address(ip) 668 if self.mac_address: 669 self._arp('-s', ip, self.mac_address)
|
/external/autotest/server/ |
D | site_linux_system.py | 562 our_mac = interface.Interface(our_ifname, self.host).mac_address 568 interface.Interface(sib_dev.if_name, self.host).mac_address 595 interface.Interface(src_dev, self.host).mac_address)
|
D | site_linux_router.py | 503 return iface.mac_address 723 return ap_interface.mac_address
|
/external/autotest/client/cros/chameleon/ |
D | audio_widget_link.py | 475 def __init__(self, bt_adapter, audio_board_bt_ctrl, mac_address): argument 488 self._mac_address = mac_address
|
/external/autotest/server/cros/ap_configurators/ |
D | static_ap_configurator.py | 45 self.mac_address = ap_config.get_wan_mac()
|
D | dynamic_ap_configurator.py | 59 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/client/site_tests/network_DestinationVerification/ |
D | network_DestinationVerification.py | 236 message.mac_address = test_data['hotspot_bssid']
|
/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 | 237 def mac_address(self): member in Interface
|
/external/syslinux/gpxe/src/drivers/net/ |
D | hfa384x.h | 2361 hfa384x_pdr_mac_address_t mac_address; member
|