Searched refs:getMacResult (Results 1 – 1 of 1) sorted by relevance
175 std::pair<WifiStatus, std::array<uint8_t, 6>> getMacResult; in resetToFactoryMacAddressInternal() local178 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()