Searched defs:network_properties (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dnetwork_config_message_handler.cc154 base::DictionaryValue* network_properties = dictionary.DeepCopy(); local
156 network_properties->SetStringWithoutPathExpansion(
159 return_arg_list.Append(network_properties);
/external/chromium_org/components/wifi/
H A Dfake_wifi_service.cc17 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
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...]
H A Dwifi_service_win.cc24 #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
1768 CreateProfile( const NetworkProperties& network_properties, EncryptionType encryption_type, std::string* profile_xml) argument
[all...]
/external/chromium_org/chrome/browser/extensions/api/networking_private/
H A Dnetworking_private_chromeos.cc191 scoped_ptr<base::DictionaryValue> network_properties = local
194 success_callback.Run(network_properties.Pass());
/external/chromium_org/chrome/browser/local_discovery/wifi/
H A Dwifi_manager_nonchromeos.cc363 NetworkProperties network_properties; local
369 network_properties.UpdateFromValue(*network_value);
371 ssid_list->push_back(network_properties);
/external/chromium_org/chromeos/network/
H A Dmanaged_network_configuration_handler_impl.cc701 scoped_ptr<base::DictionaryValue> network_properties,
705 // Create a "Device" dictionary in |network_properties|.
706 network_properties->SetWithoutPathExpansion(
708 send_callback.Run(service_path, network_properties.Pass());
713 scoped_ptr<base::DictionaryValue> network_properties,
718 send_callback.Run(service_path, network_properties.Pass());
699 GetDevicePropertiesSuccess( const std::string& service_path, scoped_ptr<base::DictionaryValue> network_properties, GetDevicePropertiesCallback send_callback, const std::string& device_path, const base::DictionaryValue& device_properties) argument
711 GetDevicePropertiesFailure( const std::string& service_path, scoped_ptr<base::DictionaryValue> network_properties, GetDevicePropertiesCallback send_callback, const std::string& error_name, scoped_ptr<base::DictionaryValue> error_data) argument

Completed in 128 milliseconds