HomeSort by relevance Sort by last modified time
    Searched refs:network_properties (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/components/wifi/
fake_wifi_service.cc 17 NetworkProperties network_properties; local
18 network_properties.connection_state = onc::connection_state::kConnected;
19 network_properties.guid = "stub_wifi1_GUID";
20 network_properties.name = "wifi1";
21 network_properties.type = onc::network_type::kWiFi;
22 network_properties.frequency = 0;
23 network_properties.ssid = "wifi1";
24 network_properties.security = onc::wifi::kWEP_PSK;
25 network_properties.signal_strength = 40;
26 network_properties.json_extra
43 NetworkProperties network_properties; local
71 NetworkList::iterator network_properties = FindNetwork(network_guid); local
90 NetworkList::iterator network_properties = FindNetwork(network_guid); local
102 NetworkList::iterator network_properties = FindNetwork(network_guid); local
114 NetworkProperties network_properties; local
144 NetworkList::iterator network_properties = FindNetwork(network_guid); local
158 NetworkList::iterator network_properties = FindNetwork(network_guid); local
    [all...]
wifi_service_win.cc 24 #include "components/wifi/network_properties.h"
382 // Create |profile_xml| based on |network_properties|. If |encryption_type|
384 // |network_properties|.
385 bool CreateProfile(const NetworkProperties& network_properties,
586 NetworkProperties network_properties;
587 if (!network_properties.UpdateFromValue(*properties)) {
592 network_properties.guid = network_properties.ssid;
594 if (!CreateProfile(network_properties, kEncryptionTypeAny, &profile_xml)) {
609 if (!CreateProfile(network_properties,
1363 NetworkProperties network_properties; local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
network_config_message_handler.cc 119 base::DictionaryValue* network_properties = dictionary.DeepCopy(); local
120 network_properties->SetStringWithoutPathExpansion(
122 return_arg_list.Append(network_properties);
  /external/chromium_org/chromeos/network/
managed_network_configuration_handler_impl.h 160 scoped_ptr<base::DictionaryValue> network_properties,
166 scoped_ptr<base::DictionaryValue> network_properties,
managed_network_configuration_handler_impl.cc 705 scoped_ptr<base::DictionaryValue> network_properties,
709 // Create a "Device" dictionary in |network_properties|.
710 network_properties->SetWithoutPathExpansion(
712 send_callback.Run(service_path, network_properties.Pass());
717 scoped_ptr<base::DictionaryValue> network_properties,
722 send_callback.Run(service_path, network_properties.Pass());
  /external/chromium_org/chrome/browser/local_discovery/wifi/
wifi_manager_nonchromeos.cc 333 NetworkProperties network_properties; local
339 network_properties.UpdateFromValue(*network_value);
341 ssid_list->push_back(network_properties);
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_api_chromeos.cc 210 scoped_ptr<base::DictionaryValue> network_properties = local
213 SetResult(network_properties.release());

Completed in 265 milliseconds