Searched refs:GetBssTimestamp (Results 1 – 2 of 2) sorted by relevance
189 bool GetBssTimestamp(const NL80211NestedAttr& bss,
162 if (!GetBssTimestamp(bss, &last_seen_since_boot_microseconds)) { in ParseScanResult()197 return GetBssTimestamp(bss, last_seen_since_boot_microseconds); in GetBssTimestampForTesting()200 bool ScanUtils::GetBssTimestamp(const NL80211NestedAttr& bss, in GetBssTimestamp() function in android::wificond::ScanUtils