HomeSort by relevance Sort by last modified time
    Searched full:representative_endpoint (Results 1 - 1 of 1) sorted by null

  /system/connectivity/shill/wifi/
wifi_service.cc 751 const WiFiEndpoint* representative_endpoint = nullptr; local
754 representative_endpoint = current_endpoint_.get();
758 // This will set the representative_endpoint to the best endpoint associated
776 representative_endpoint = endpoint.get();
782 if (representative_endpoint) {
783 wifi = representative_endpoint->device();
784 if (bssid_ != representative_endpoint->bssid_string() ||
785 raw_signal_strength_ != representative_endpoint->signal_strength() ||
786 frequency_ != representative_endpoint->frequency()) {
790 << WiFi::LogSSID(representative_endpoint->ssid_string()) << ",
    [all...]

Completed in 302 milliseconds