Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dwifi_endpoint.h97 const std::string& network_mode() const;
134 const std::string& network_mode,
144 const std::string& network_mode,
Dwifi_endpoint.cc231 const string& WiFiEndpoint::network_mode() const { in network_mode() function in shill::WiFiEndpoint
261 const string& network_mode, in MakeOpenEndpoint() argument
264 return MakeEndpoint(control_interface, wifi, ssid, bssid, network_mode, in MakeOpenEndpoint()
274 const string& network_mode, in MakeEndpoint() argument
290 args.SetString(WPASupplicant::kBSSPropertyMode, network_mode); in MakeEndpoint()
Dwifi_provider.cc126 string network_mode; in CreateServicesFromProfile() local
132 &network_mode, in CreateServicesFromProfile()
139 if (FindService(ssid_bytes, network_mode, security)) { in CreateServicesFromProfile()
148 AddService(ssid_bytes, network_mode, security, is_hidden); in CreateServicesFromProfile()
289 endpoint->network_mode(), in OnEndpointAdded()
295 endpoint->network_mode(), in OnEndpointAdded()
348 service->mode() == endpoint->network_mode() && in OnEndpointUpdated()
Dwifi_endpoint_unittest.cc691 EXPECT_EQ(kModeManaged, endpoint->network_mode()); in TEST_F()
696 EXPECT_EQ(kModeManaged, endpoint->network_mode()); in TEST_F()
718 EXPECT_EQ(kModeManaged, endpoint->network_mode()); in TEST_F()
724 EXPECT_EQ(kModeAdhoc, endpoint->network_mode()); in TEST_F()
Dwifi_service.cc1098 string device_address, network_mode, security; in FixupServiceEntries() local
1100 &network_mode, &security)) { in FixupServiceEntries()
1108 storage->SetString(id, kStorageMode, network_mode); in FixupServiceEntries()
Dwifi_unittest.cc567 arg->network_mode() == endpoint->network_mode() &&
2011 EXPECT_EQ("adhoc", i->second->network_mode()); in TEST_F()