Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dwifi.cc1419 uint32_t max_age; in ScanDoneTask() local
1421 max_age = kMaxBSSResumeAgeSeconds + (now.tv_sec - resumed_at_.tv_sec); in ScanDoneTask()
1422 supplicant_interface_proxy_->FlushBSS(max_age); in ScanDoneTask()