Searched defs:MakeOpenEndpoint (Results 1 - 3 of 3) sorted by relevance

/system/connectivity/shill/wifi/
H A Dwifi_endpoint.cc256 WiFiEndpoint* WiFiEndpoint::MakeOpenEndpoint( function in class:shill::WiFiEndpoint
H A Dwifi_endpoint_unittest.cc205 WiFiEndpoint* MakeOpenEndpoint(ControlInterface* control_interface, function in class:shill::WiFiEndpointTest
209 return WiFiEndpoint::MakeOpenEndpoint(
287 // The MakeOpenEndpoint method translates both of the above parameters into
291 MakeOpenEndpoint(nullptr, nullptr, kSSID, kBSSID);
298 MakeOpenEndpoint(nullptr, nullptr, string(1, 0), "00:00:00:00:00:01");
464 MakeOpenEndpoint(nullptr, nullptr, string(1, 0), "00:00:00:00:00:01");
513 MakeOpenEndpoint(nullptr, nullptr, string(1, 0), "00:00:00:00:00:01");
690 MakeOpenEndpoint(nullptr, wifi(), "ssid", "00:00:00:00:00:01");
702 MakeOpenEndpoint(nullptr, wifi(), "ssid", "00:00:00:00:00:01");
717 MakeOpenEndpoint(nullpt
[all...]
H A Dwifi_service_unittest.cc128 WiFiEndpoint* MakeOpenEndpoint(const string& ssid, const string& bssid, function in class:shill::WiFiServiceTest
130 return WiFiEndpoint::MakeOpenEndpoint(
139 return WiFiEndpoint::MakeOpenEndpoint(
319 ok_endpoint = MakeOpenEndpoint(
322 good_endpoint = MakeOpenEndpoint(
325 bad_endpoint = MakeOpenEndpoint(
496 MakeOpenEndpoint("a", "00:00:00:00:00:01", 0, 0);
498 MakeOpenEndpoint("a", "00:00:00:00:00:02", 0, 0);
616 MakeOpenEndpoint("a", "00:00:00:00:00:01", 0, 0);
618 MakeOpenEndpoint("
[all...]

Completed in 425 milliseconds