Lines Matching refs:bss_path
901 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()
1056 void BSSRemoved(const string& bss_path) { in BSSRemoved() argument
1057 wifi_->BSSRemoved(bss_path); in BSSRemoved()
1396 void WiFiObjectTest::RemoveBSS(const string& bss_path) { in RemoveBSS() argument
1397 wifi_->BSSRemovedTask(bss_path); in RemoveBSS()
1422 void WiFiObjectTest::ReportBSS(const string& bss_path, in ReportBSS() argument
1429 bss_path, in ReportBSS()
1463 string* bss_path) { in AttemptConnection() argument
1470 if (!bss_path) { in AttemptConnection()
1471 bss_path = &dummy_bss_path; // If caller doesn't care about bss_path. in AttemptConnection()
1477 SetupConnectingService("", endpoint, bss_path); in AttemptConnection()
2046 string bss_path; in TEST_F() local
2048 SetupConnectedService("", &endpoint, &bss_path)); in TEST_F()
2055 RemoveBSS(bss_path); in TEST_F()
2061 string bss_path; in TEST_F() local
2063 SetupConnectedService("", &endpoint, &bss_path)); in TEST_F()
2067 RemoveBSS(bss_path); in TEST_F()
2798 string bss_path = in TEST_F() local
2801 ReportCurrentBSSChanged(bss_path); in TEST_F()
2861 string bss_path; in TEST_F() local
2864 SetupConnectingService("", nullptr, &bss_path)); in TEST_F()
2872 ReportCurrentBSSChanged(bss_path); in TEST_F()
3024 string bss_path( in TEST_F() local
3027 RemoveBSS(bss_path); in TEST_F()
4076 string bss_path; in TEST_F() local
4079 &bss_path); in TEST_F()
4089 ReportCurrentBSSChanged(bss_path); in TEST_F()
4099 string bss_path; in TEST_F() local
4101 WiFi::kScanMethodProgressive, &endpoint, &bss_path); in TEST_F()
4111 ReportCurrentBSSChanged(bss_path); in TEST_F()
4261 string bss_path; in TEST_F() local
4270 SetupConnectingService("", &endpoint, &bss_path); in TEST_F()
4275 ReportCurrentBSSChanged(bss_path); in TEST_F()