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

  /external/chromium_org/chromeos/network/
network_type_pattern.h 20 // Matches wireless (WiFi, cellular, etc.) networks
32 static NetworkTypePattern WiFi();
network_type_pattern.cc 82 NetworkTypePattern NetworkTypePattern::WiFi() {
network_state_handler_unittest.cc 290 NetworkTypePattern::WiFi())->path());
338 // Get all wifi networks.
339 network_state_handler_->GetNetworkListByType(NetworkTypePattern::WiFi(),
423 NetworkTypePattern::WiFi(), false, network_handler::ErrorCallback());
427 network_state_handler_->GetTechnologyState(NetworkTypePattern::WiFi()));
436 network_state_handler_->GetTechnologyState(NetworkTypePattern::WiFi()));
442 NetworkTypePattern::WiFi(), true, network_handler::ErrorCallback());
446 network_state_handler_->GetTechnologyState(NetworkTypePattern::WiFi()));
454 network_state_handler_->GetTechnologyState(NetworkTypePattern::WiFi()));
521 // Add a wifi service to a Profile
    [all...]
network_device_handler_impl.cc 402 network_state_handler_->GetDeviceStateByType(NetworkTypePattern::WiFi());
424 network_state_handler_->GetDeviceStateByType(NetworkTypePattern::WiFi());
network_state.cc 166 // By convention, all visible WiFi and WiMAX networks have a
202 // Wifi properties
203 if (NetworkTypePattern::WiFi().MatchesType(type())) {
shill_property_util.cc 61 // sake of comparing/identifying WiFi networks. See Shill's
183 if (!NetworkTypePattern::WiFi().MatchesType(type))
network_state_handler.cc 57 "ethernet,wifi,cellular";
566 // * Wifi SignalStrength
719 if (NetworkTypePattern::WiFi().MatchesType(network->type()))
    [all...]
  /external/chromium_org/ash/system/chromeos/network/
network_state_list_detailed_view.cc 211 NetworkTypePattern::WiFi());
212 handler->SetTechnologyEnabled(NetworkTypePattern::WiFi(),
216 handler->SetTechnologyEnabled(NetworkTypePattern::WiFi(),
379 UpdateTechnologyButton(button_wifi_, NetworkTypePattern::WiFi());
436 handler->GetTechnologyState(NetworkTypePattern::WiFi());
543 handler->FormattedHardwareAddressForType(NetworkTypePattern::WiFi());
tray_network.cc 239 NetworkTypePattern::WiFi());
345 bool enabled = handler->IsTechnologyEnabled(NetworkTypePattern::WiFi());
350 handler->SetTechnologyEnabled(NetworkTypePattern::WiFi(),
  /external/chromium_org/ui/chromeos/network/
network_list.cc 182 if (pattern.MatchesPattern(NetworkTypePattern::WiFi())) {
183 // "Wifi Enabled / Disabled"
186 message_id = handler->IsTechnologyEnabled(NetworkTypePattern::WiFi())
195 // "Wifi Scanning"
197 if (handler->GetScanningByType(NetworkTypePattern::WiFi()))
  /external/chromium_org/chrome/browser/resources/options/chromeos/
network_list.js 42 'WiFi',
364 // Force a rescan if opening the menu for WiFi networks to ensure the
368 var rescan = !activeMenu_ && this.data_.key == 'WiFi';
405 * on the type of connection (e.g. wifi versus vpn).
478 if (this.data_.key == 'WiFi') {
481 command: createAddConnectionCallback_('WiFi'),
565 if (this.data_.key == 'WiFi' || this.data_.key == 'WiMAX' ||
568 if (this.data_.key == 'WiFi') {
574 chrome.send('disableNetworkType', ['WiFi']);
629 return this.data_.key == 'WiFi' && activeMenu_ == this.getMenuName()
    [all...]
internet_detail.js 123 if (type == 'WiFi') {
491 updateHidden('#details-internet-page .wifi-details',
492 this.type_ != 'WiFi');
507 // Wifi
518 this.type_ != 'WiFi' || security == 'None');
519 updateHidden('#details-internet-page #wifi-shared-network', !shared);
699 if (type == 'WiFi') {
700 $('wifi-connection-state').textContent = connectionStateString;
742 else if (type == 'WiFi')
    [all...]
  /external/chromium_org/chrome/browser/chromeos/status/
network_menu.cc 311 ToggleTechnology(NetworkTypePattern::WiFi());
490 // Wifi Networks
491 if (handler->IsTechnologyEnabled(NetworkTypePattern::WiFi())) {
492 // List Wifi networks.
493 int scanning_msg = handler->GetScanningByType(NetworkTypePattern::WiFi())
519 // No networks available (and not initializing cellular or wifi scanning)
527 handler->GetTechnologyState(NetworkTypePattern::WiFi());
538 // Do not show disable wifi or cellular during oobe.
579 // * Hardware addresses for wifi and ethernet.
636 handler->FormattedHardwareAddressForType(NetworkTypePattern::WiFi());
    [all...]
  /external/chromium_org/extensions/shell/browser/
shell_network_controller_chromeos.cc 29 LOG(WARNING) << "Unable to enable wifi: " << error_name;
93 VLOG(2) << "Active WiFi network is "
151 chromeos::NetworkTypePattern::WiFi(), &network_list);
  /external/chromium_org/chrome/browser/resources/chromeos/network/
network_config.js 21 * propety, e.g. 'WiFi.Security'.
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_chromeos.cc 379 if (state_handler->IsTechnologyEnabled(NetworkTypePattern::WiFi()))
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_service.cc 129 // ChromeOS version can prioritize wifi and ethernet interfaces.
440 // information such as interface types (i.e. wifi vs cellular).
444 InsertBestBindAddressChromeOS(chromeos::NetworkTypePattern::WiFi(),
  /external/chromium_org/chromeos/network/onc/
onc_utils.cc 668 return NetworkTypePattern::WiFi();
682 // 'WiFi.AutoConnect' -> 'AutoConnect', 'WiFi.Recommended'
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/
OverridesUI.js 375 {id: "wifi", title: "WiFi", throughput: 30 * 1024, latency: 2},

Completed in 738 milliseconds