Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
Dsta_iface.h82 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,
Dsta_iface.cpp255 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/
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.h1625 struct mac_address { struct
1632 struct mac_address mac_acl[0]; argument
/external/autotest/server/cros/network/
Dwifi_client.py299 return self._interface.mac_address
807 def add_arp_entry(self, ip_address, mac_address): argument
816 (ip_address, mac_address, self.wifi_if))
819 def discover_tdls_link(self, mac_address): argument
827 return self._shill_proxy.discover_tdls_link(self.wifi_if, mac_address)
830 def establish_tdls_link(self, mac_address): argument
838 return self._shill_proxy.establish_tdls_link(self.wifi_if, mac_address)
841 def query_tdls_link(self, mac_address): argument
849 return self._shill_proxy.query_tdls_link(self.wifi_if, mac_address)
/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/autotest/client/site_tests/network_BasicProfileProperties/
Dnetwork_BasicProfileProperties.py64 mac = ethernet_if.mac_address.replace(':', '').lower()
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/
Dibft.c285 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/
Dibft.h180 uint8_t mac_address[6]; member
/external/autotest/server/
Dsite_linux_system.py562 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)
Dsite_linux_router.py503 return iface.mac_address
723 return ap_interface.mac_address
/external/autotest/client/cros/chameleon/
Daudio_widget_link.py476 def __init__(self, bt_adapter, audio_board_bt_ctrl, mac_address): argument
489 self._mac_address = mac_address
/external/autotest/server/cros/ap_configurators/
Dstatic_ap_configurator.py45 self.mac_address = ap_config.get_wan_mac()
Ddynamic_ap_configurator.py59 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/client/site_tests/network_DestinationVerification/
Dnetwork_DestinationVerification.py236 message.mac_address = test_data['hotspot_bssid']
/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.py235 def mac_address(self): member in Interface
/external/syslinux/gpxe/src/drivers/net/
Dhfa384x.h2361 hfa384x_pdr_mac_address_t mac_address; member