Searched defs:ethernet (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/components/onc/
H A Donc_constants.h190 namespace ethernet { namespace in namespace:onc
195 } // namespace ethernet
H A Donc_constants.cc161 namespace ethernet { namespace in namespace:onc
166 } // namespace ethernet
/external/chromium_org/chromeos/network/
H A Dclient_cert_util.cc305 const base::DictionaryValue* ethernet = NULL; local
307 &ethernet);
308 if (ethernet) {
310 ethernet->GetDictionaryWithoutPathExpansion(wifi::kEAP, &eap);
H A Dpolicy_applicator.cc258 const base::DictionaryValue* ethernet = NULL; local
260 &ethernet);
262 ethernet->GetStringWithoutPathExpansion(::onc::ethernet::kAuthentication,
264 if (auth == ::onc::ethernet::kAuthenticationNone)
H A Dnetwork_state_handler_unittest.cc494 const NetworkState* ethernet = network_state_handler_->GetNetworkState(eth1); local
495 ASSERT_TRUE(ethernet);
496 EXPECT_EQ("", ethernet->security());
504 ethernet = network_state_handler_->GetNetworkState(eth1);
505 EXPECT_EQ("TestSecurity", ethernet->security());
569 // Disconnect ethernet.
592 // Disconnect ethernet and wifi.
601 // Connect ethernet, should become the default network.
/external/chromium_org/chromeos/network/onc/
H A Donc_normalizer.cc95 void Normalizer::NormalizeEthernet(base::DictionaryValue* ethernet) { argument
96 using namespace ::onc::ethernet;
99 ethernet->GetStringWithoutPathExpansion(kAuthentication, &auth);
100 RemoveEntryUnless(ethernet, kEAP, auth == k8021X);
/external/chromium_org/chrome/browser/chromeos/net/
H A Donc_utils.cc242 const NetworkState* ethernet = local
245 if (ethernet) {
246 config_handler->SetProperties(ethernet->path(),
326 VLOG(2) << "Search for ethernet policy without EAP.";
338 const base::DictionaryValue* ethernet = NULL; local
340 &ethernet);
343 ethernet->GetStringWithoutPathExpansion(::onc::ethernet::kAuthentication,
345 if (auth == ::onc::ethernet::kAuthenticationNone)

Completed in 117 milliseconds