Home
last modified time | relevance | path

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

/system/connectivity/wificond/scanning/
Dscan_utils.h194 bool GetSSIDFromInfoElement(const std::vector<uint8_t>& ie,
Dscan_utils.cpp156 if (!GetSSIDFromInfoElement(ie, &ssid)) { in ParseScanResult()
247 bool ScanUtils::GetSSIDFromInfoElement(const vector<uint8_t>& ie, in GetSSIDFromInfoElement() function in android::wificond::ScanUtils