Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dwifi_service.cc392 uint64_t stored_roam_threshold_temp; in Load() local
393 storage->GetUint64(id, kStorageRoamThreshold, &stored_roam_threshold_temp); in Load()
396 roam_threshold_db_ = static_cast<uint16_t>(stored_roam_threshold_temp); in Load()