HomeSort by relevance Sort by last modified time
    Searched refs:network (Results 201 - 225 of 395) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old.c 26 * @network: (out) the configured network this object path refers to, if any
28 * Returns: The object path of the network interface this path refers to
30 * For a given object path, decomposes the object path into object id, network,
33 char * wpas_dbus_decompose_object_path(const char *path, char **network,
61 if (network && net_part) {
62 /* Deal with a request for a configured network */
65 *network = NULL;
67 *network = os_strdup(net_name);
102 * wpas_dbus_new_invalid_network_error - Return a new invalid network error messag
211 char *network = NULL; local
    [all...]
  /external/chromium/chrome/browser/resources/
network_menu.js 6 // Network status constants.
45 networkMenuItem.innerHTML = '<div class="network-menu-item">' +
46 '<div class="network-label-icon">' +
47 '<div class="network-label"></div>' +
48 '<div class="network-icon hidden"></div>' +
50 '<div class="network-status hidden"></div>' +
198 * Add network name edit to action area.
232 * Add auto-connect this network check box to action area.
263 // TODO: Handle specific types of network, connecting icon.
318 // Show action area for encrypted network and 'other' network
    [all...]
  /external/chromium_org/ash/system/chromeos/network/
network_state_list_detailed_view.cc 5 #include "ash/system/chromeos/network/network_state_list_detailed_view.h"
13 #include "ash/system/chromeos/network/network_connect.h"
14 #include "ash/system/chromeos/network/network_icon.h"
15 #include "ash/system/chromeos/network/network_icon_animation.h"
16 #include "ash/system/chromeos/network/tray_network_state_observer.h"
30 #include "chromeos/network/device_state.h"
31 #include "chromeos/network/favorite_state.h"
32 #include "chromeos/network/network_configuration_handler.h"
33 #include "chromeos/network/network_state.h"
34 #include "chromeos/network/network_state_handler.h
333 const NetworkState* network = NetworkHandler::Get()->network_state_handler()-> local
497 const NetworkState* network = *iter; local
527 const NetworkState* network = local
829 const NetworkState* network = handler->DefaultNetwork(); local
    [all...]
tray_network.h 10 #include "ash/system/chromeos/network/network_icon.h"
11 #include "ash/system/chromeos/network/network_observer.h"
12 #include "ash/system/chromeos/network/tray_network_state_observer.h"
56 const chromeos::NetworkState* network) OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/
enrollment_dialog_view.cc 14 #include "chromeos/network/network_event_log.h"
15 #include "chromeos/network/network_state.h"
16 #include "chromeos/network/network_state_handler.h"
267 const NetworkState* network = NetworkHandler::Get()->network_state_handler()-> local
269 if (!network) {
270 NET_LOG_ERROR("Enrolling Unknown network", service_path);
276 if (network->ui_data().onc_source() == onc::ONC_SOURCE_DEVICE_POLICY)
280 network->ui_data().certificate_pattern();
292 new DialogEnrollmentDelegate(owning_window, network->name(), profile);
  /external/chromium_org/chrome/browser/chromeos/status/
data_promo_notification.cc 7 #include "ash/system/chromeos/network/network_connect.h"
23 #include "chromeos/network/device_state.h"
24 #include "chromeos/network/network_connection_handler.h"
25 #include "chromeos/network/network_event_log.h"
26 #include "chromeos/network/network_state.h"
27 #include "chromeos/network/network_state_handler.h"
92 NET_LOG_ERROR("Empty carrier ID for cellular network",
157 const NetworkState* network) {
158 if (!network || network->type() != shill::kTypeCellular
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
network_menu.js 6 // Network status constants.
45 networkMenuItem.innerHTML = '<div class="network-menu-item">' +
46 '<div class="network-label-icon">' +
47 '<div class="network-label"></div>' +
48 '<div class="network-icon hidden"></div>' +
50 '<div class="network-status hidden"></div>' +
198 * Add network name edit to action area.
232 * Add auto-connect this network check box to action area.
263 // TODO: Handle specific types of network, connecting icon.
318 // Show action area for encrypted network and 'other' network
    [all...]
proxy_settings.css 45 html[highlight=strong] #network-proxy-tab {
  /external/chromium/chrome/browser/chromeos/status/
network_menu.h 41 // IP address (if network is active, empty otherwise)
45 // true if the network requires a passphrase.
47 // true if the network is currently remembered.
49 // true if the network is auto connect (meaningful for Wifi only).
56 // Connect or reconnect to the network at |index|.
57 // If remember >= 0, set the favorite state of the network.
165 // Menu for network menu button in the status area/welcome screen.
167 // It will also handle connecting to another wifi/cellular network.
169 // The network menu looks like this:
172 // <icon> Wifi Network
    [all...]
  /external/chromium_org/chrome/browser/chromeos/options/
wifi_config_view.h 18 #include "chromeos/network/network_state_handler_observer.h"
53 // Configuration dialog for a WiFi network. If |service_path| is not empty
54 // it identifies the network to be configured. Otherwise |show_8021x|
86 virtual void NetworkPropertiesUpdated(const NetworkState* network) OVERRIDE;
88 // Parses a WiFi UI |property| from the ONC associated with |network|. |key|
91 const NetworkState* network,
94 // Parses a WiFi EAP UI |property| from the ONC associated with |network|.
97 const NetworkState* network,
106 // Callback to initialize fields from uncached network properties.
157 // Enable/Disable "share this network" checkbox
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
error_screen_handler.cc 96 const std::string& network) {
98 network_ = network;
100 CallJS("setErrorState", static_cast<int>(error_state_), network);
188 params.SetString("network", network_);
error_screen_handler.h 42 const std::string& network) OVERRIDE;
68 // Network state informer used to keep error screen up.
  /external/chromium_org/chromeos/network/
network_state_handler.h 18 #include "chromeos/network/managed_state.h"
19 #include "chromeos/network/network_handler.h"
20 #include "chromeos/network/network_handler_callbacks.h"
21 #include "chromeos/network/shill_property_handler.h"
44 // each visible network. It is not used to change the properties of services or
55 // * kMatchTypeDefault returns the default (active) network
56 // * kMatchTypeNonVirtual returns the primary non virtual network
57 // * kMatchTypeWired returns the primary wired network
58 // * kMatchTypeWireless returns the primary wireless network
59 // * kMatchTypeMobile returns the primary cellular or wimax network
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoe.h 111 webrtc::VoENetwork* network,
124 network_(network),
139 webrtc::VoENetwork* network() const { return network_.get(); } function in class:cricket::VoEWrapper
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnport.h 54 talk_base::Network* network,
61 return new TurnPort(thread, factory, network, ip, min_port, max_port,
102 talk_base::Network* network,
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/
FieldSerializer.java 33 package com.jme3.network.serializing.serializers;
35 import com.jme3.network.serializing.Serializer;
36 import com.jme3.network.serializing.SerializerException;
MapSerializer.java 33 package com.jme3.network.serializing.serializers;
35 import com.jme3.network.serializing.Serializer;
36 import com.jme3.network.serializing.SerializerRegistration;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
NetworkPanel.js 131 this.element.id = "network-container";
136 this._summaryBarElement = this.element.createChild("div", "network-summary-bar");
181 this._timelineGrid.element.classList.add("network-timeline-grid");
299 this._dataGrid.element.classList.add("network-log-grid");
315 var subtitleDiv = fragment.createChild("div", "network-header-subtitle");
456 var text = WebInspector.UIString("No requests captured. Reload the page to see detailed information on the network activity.");
548 loadDivider.className = "network-event-divider network-red-divider";
551 loadDividerPadding.className = "network-event-divider-padding";
562 domContentLoadedDivider.className = "network-event-divider network-blue-divider"
    [all...]
  /external/iputils/
iputils.spec 6 Summary: The ping program for checking to see if network hosts are alive.
21 specified network host and can tell you if that machine is alive and
22 receiving network traffic.
  /external/chromium/chrome/browser/chromeos/cros/
cros_library.cc 66 DEFINE_GET_LIBRARY_METHOD(Network, network);
123 DEFINE_SET_LIBRARY_METHOD(Network, network);
  /external/chromium_org/chrome/browser/chromeos/login/screens/
network_screen.cc 16 #include "chromeos/network/network_handler.h"
17 #include "chromeos/network/network_state_handler.h"
81 void NetworkScreen::NetworkConnectionStateChanged(const NetworkState* network) {
85 void NetworkScreen::DefaultNetworkChanged(const NetworkState* network) {
139 // TODO(nkostylev): Check network connectivity.
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.h 14 #include "chromeos/network/network_state_handler_observer.h"
55 // Callbacks to set network state properties.
77 // Refreshes the display of network information.
80 // Updates the display of network connection information for the details page
93 const chromeos::NetworkState* network) OVERRIDE;
95 const chromeos::NetworkState* network) OVERRIDE;
108 // Additional callbacks to set network state properties.
126 // Handle various network commands and clicks on a network item
127 // in the network list
    [all...]
  /external/chromium/chrome/browser/
browser_about_handler.cc 138 const char kNetworkPath[] = "network";
197 // Called when the network layer has requested a resource underneath
383 // Helper function to create an Html table header for a Network.
384 static std::string ToHtmlTableHeader(const chromeos::Network* network) {
389 if (network->type() == chromeos::TYPE_WIFI ||
390 network->type() == chromeos::TYPE_CELLULAR) {
394 if (network->type() == chromeos::TYPE_WIFI) {
400 if (network->type() == chromeos::TYPE_CELLULAR) {
406 if (network->type() == chromeos::TYPE_VPN)
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
network_screen.h 53 // Subscribes NetworkScreen to the network change notification,
54 // forces refresh of current network state.
72 // Subscribes to network change notifications.
75 // Unsubscribes from network change notifications.
81 // Called by |connection_timer_| when connection to the network timed out.
84 // Update UI based on current network status.
85 void UpdateStatus(NetworkLibrary* network);
87 // Stops waiting for network to connect.
90 // Starts waiting for network connection. Shows spinner.
93 // True if subscribed to network change notification
    [all...]
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator_unittest.cc 10 #include "chromeos/network/network_handler.h"
11 #include "chromeos/network/network_state.h"
65 void InvokeChangeState(const NetworkState* network,
68 MobileActivator::ChangeState(network, new_state, error_description);
192 const NetworkState* network,
200 const NetworkState* network,

Completed in 141 milliseconds

1 2 3 4 5 6 7 891011>>