Searched refs:network_mode (Results 1 – 6 of 6) sorted by relevance
/system/connectivity/shill/wifi/ |
D | wifi_endpoint.h | 97 const std::string& network_mode() const; 134 const std::string& network_mode, 144 const std::string& network_mode,
|
D | wifi_endpoint.cc | 231 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()
|
D | wifi_provider.cc | 126 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()
|
D | wifi_endpoint_unittest.cc | 691 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()
|
D | wifi_service.cc | 1098 string device_address, network_mode, security; in FixupServiceEntries() local 1100 &network_mode, &security)) { in FixupServiceEntries() 1108 storage->SetString(id, kStorageMode, network_mode); in FixupServiceEntries()
|
D | wifi_unittest.cc | 567 arg->network_mode() == endpoint->network_mode() && 2011 EXPECT_EQ("adhoc", i->second->network_mode()); in TEST_F()
|