Home | History | Annotate | Download | only in wifi

Lines Matching full:bss_path

901     string bss_path(MakeNewEndpointAndService(
919 *bss_path_ptr = bss_path;
929 string bss_path;
931 SetupConnectingService(network_path, &endpoint, &bss_path);
936 *bss_path_ptr = bss_path;
939 ReportCurrentBSSChanged(bss_path);
1037 void RemoveBSS(const string& bss_path);
1038 void ReportBSS(const string& bss_path,
1052 void BSSAdded(const string& bss_path,
1054 wifi_->BSSAdded(bss_path, properties);
1056 void BSSRemoved(const string& bss_path) {
1057 wifi_->BSSRemoved(bss_path);
1396 void WiFiObjectTest::RemoveBSS(const string& bss_path) {
1397 wifi_->BSSRemovedTask(bss_path);
1422 void WiFiObjectTest::ReportBSS(const string& bss_path,
1429 bss_path,
1463 string* bss_path) {
1470 if (!bss_path) {
1471 bss_path = &dummy_bss_path; // If caller doesn't care about bss_path.
1477 SetupConnectingService("", endpoint, bss_path);
2046 string bss_path;
2048 SetupConnectedService("", &endpoint, &bss_path));
2055 RemoveBSS(bss_path);
2061 string bss_path;
2063 SetupConnectedService("", &endpoint, &bss_path));
2067 RemoveBSS(bss_path);
2798 string bss_path =
2801 ReportCurrentBSSChanged(bss_path);
2861 string bss_path;
2864 SetupConnectingService("", nullptr, &bss_path));
2872 ReportCurrentBSSChanged(bss_path);
3024 string bss_path(
3027 RemoveBSS(bss_path);
4076 string bss_path;
4079 &bss_path);
4089 ReportCurrentBSSChanged(bss_path);
4099 string bss_path;
4101 WiFi::kScanMethodProgressive, &endpoint, &bss_path);
4111 ReportCurrentBSSChanged(bss_path);
4261 string bss_path;
4270 SetupConnectingService("", &endpoint, &bss_path);
4275 ReportCurrentBSSChanged(bss_path);