Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/libwifi_system_iface/
Dinterface_tool.cpp148 struct ethtool_perm_addr epaddr; in GetFactoryMacAddress() member
152 struct ethtool_perm_addr* epaddr = &epaddr_buf.epaddr; in GetFactoryMacAddress() local
165 epaddr->cmd = ETHTOOL_GPERMADDR; in GetFactoryMacAddress()
166 epaddr->size = ETH_ALEN; in GetFactoryMacAddress()
167 ifr.ifr_data = epaddr; in GetFactoryMacAddress()
172 } else if (epaddr->size == ETH_ALEN) { in GetFactoryMacAddress()
173 memcpy(paddr.data(), epaddr->data, ETH_ALEN); in GetFactoryMacAddress()