Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dwifi_unittest.cc901 string bss_path(MakeNewEndpointAndService( in SetupConnectingService() local
919 *bss_path_ptr = bss_path; in SetupConnectingService()
929 string bss_path; in SetupConnectedService() local
931 SetupConnectingService(network_path, &endpoint, &bss_path); in SetupConnectedService()
936 *bss_path_ptr = bss_path; in SetupConnectedService()
939 ReportCurrentBSSChanged(bss_path); in SetupConnectedService()
1037 void RemoveBSS(const string& bss_path);
1038 void ReportBSS(const string& bss_path,
1052 void BSSAdded(const string& bss_path, in BSSAdded() argument
1054 wifi_->BSSAdded(bss_path, properties); in BSSAdded()
[all …]