Home
last modified time | relevance | path

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

/aosp12/system/connectivity/wificond/scanning/
H A Dscan_utils.h195 bool GetSSIDFromInfoElement(const std::vector<uint8_t>& ie,
H A 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