Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dtethering.h54 static bool HasIosOui(const std::set<uint32_t>& oui_set);
Dtethering.cc47 bool Tethering::HasIosOui(const set<uint32_t>& oui_set) { in HasIosOui() function in shill::Tethering
/system/connectivity/shill/wifi/
Dwifi_endpoint.cc616 Tethering::HasIosOui(vendor_information_.oui_set)); in CheckForTetheringSignature()