Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dwifi_ap_iface.cpp175 std::pair<WifiStatus, std::array<uint8_t, 6>> getMacResult; in resetToFactoryMacAddressInternal() local
178 getMacResult = getFactoryMacAddressInternal(intf); in resetToFactoryMacAddressInternal()
180 if (getMacResult.first.code != WifiStatusCode::SUCCESS || in resetToFactoryMacAddressInternal()
181 !iface_util_.lock()->setMacAddress(intf, getMacResult.second)) { in resetToFactoryMacAddressInternal()
198 getMacResult = getFactoryMacAddressInternal(ifname_); in resetToFactoryMacAddressInternal()
200 if (getMacResult.first.code != WifiStatusCode::SUCCESS || in resetToFactoryMacAddressInternal()
201 !iface_util_.lock()->setMacAddress(ifname_, getMacResult.second)) { in resetToFactoryMacAddressInternal()