Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dtethering.h50 static bool IsLocallyAdministeredBSSID(const std::vector<uint8_t>& bssid);
Dtethering.cc42 bool Tethering::IsLocallyAdministeredBSSID(const vector<uint8_t>& bssid) { in IsLocallyAdministeredBSSID() function in shill::Tethering
/system/connectivity/shill/wifi/
Dwifi_endpoint.cc615 (Tethering::IsLocallyAdministeredBSSID(bssid_) && in CheckForTetheringSignature()