OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WiFi
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chromeos/network/
shill_property_util.h
35
//
WiFi
it refers to the HexSSID.
56
// Only
WiFi
, VPN, Ethernet and EthernetEAP are supported. WiMax and Cellular
64
// CopyIdentifyingProperties. Only
WiFi
, VPN, Ethernet and EthernetEAP are
88
static NetworkTypePattern
WiFi
();
shill_property_util.cc
138
if (!NetworkTypePattern::
WiFi
().MatchesType(type))
338
NetworkTypePattern NetworkTypePattern::
WiFi
() {
/external/chromium_org/ash/system/chromeos/network/
tray_network.cc
236
NetworkTypePattern::
WiFi
());
338
bool enabled = handler->IsTechnologyEnabled(NetworkTypePattern::
WiFi
());
343
handler->SetTechnologyEnabled(NetworkTypePattern::
WiFi
(),
network_state_list_detailed_view.cc
267
NetworkTypePattern::
WiFi
());
268
handler->SetTechnologyEnabled(NetworkTypePattern::
WiFi
(),
272
handler->SetTechnologyEnabled(NetworkTypePattern::
WiFi
(),
455
UpdateTechnologyButton(button_wifi_, NetworkTypePattern::
WiFi
());
684
// "
Wifi
Enabled / Disabled"
686
int message_id = handler->IsTechnologyEnabled(NetworkTypePattern::
WiFi
())
698
// "
Wifi
Scanning"
699
if (handler->GetScanningByType(NetworkTypePattern::
WiFi
())) {
744
handler->GetTechnologyState(NetworkTypePattern::
WiFi
());
843
handler->FormattedHardwareAddressForType(NetworkTypePattern::
WiFi
());
[
all
...]
/external/chromium_org/chrome/browser/chromeos/status/
network_menu.cc
309
ToggleTechnology(NetworkTypePattern::
WiFi
());
490
//
Wifi
Networks
491
if (handler->IsTechnologyEnabled(NetworkTypePattern::
WiFi
())) {
492
// List
Wifi
networks.
493
int scanning_msg = handler->GetScanningByType(NetworkTypePattern::
WiFi
())
520
// No networks available (and not initializing cellular or
wifi
scanning)
528
handler->GetTechnologyState(NetworkTypePattern::
WiFi
());
539
// Do not show disable
wifi
or cellular during oobe.
580
// * Hardware addresses for
wifi
and ethernet.
637
handler->FormattedHardwareAddressForType(NetworkTypePattern::
WiFi
());
[
all
...]
/external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_api_chromeos.cc
325
if (state_handler->IsTechnologyEnabled(NetworkTypePattern::
WiFi
()))
326
network_list->AppendString("
WiFi
");
357
NetworkTypePattern::
WiFi
(), true,
395
NetworkTypePattern::
WiFi
(), false,
/external/chromium_org/chrome/browser/extensions/api/dial/
dial_service.cc
146
// ChromeOS version can prioritize
wifi
and ethernet interfaces.
152
GetBestBindAddressByType(chromeos::NetworkTypePattern::
WiFi
());
452
// information such as interface types (i.e.
wifi
vs cellular).
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc
246
const char kTagWifi[] = "
wifi
";
715
void PopulateWifiDetails(const NetworkState*
wifi
,
[
all
...]
Completed in 57 milliseconds