HomeSort by relevance Sort by last modified time
    Searched refs:wifi (Results 1 - 25 of 359) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/wifi/java/android/net/wifi/
BatchedScanResult.aidl 17 package android.net.wifi;
BatchedScanSettings.aidl 17 package android.net.wifi;
ScanResult.aidl 17 package android.net.wifi;
ScanSettings.aidl 17 package android.net.wifi;
WifiActivityEnergyInfo.aidl 17 package android.net.wifi;
WifiChannel.aidl 17 package android.net.wifi;
WifiConfiguration.aidl 17 package android.net.wifi;
WifiConnectionStatistics.aidl 17 package android.net.wifi;
WifiEnterpriseConfig.aidl 17 package android.net.wifi;
WifiInfo.aidl 17 package android.net.wifi;
WifiNetworkConnectionStatistics.aidl 17 package android.net.wifi;
WpsInfo.aidl 17 package android.net.wifi;
WpsResult.aidl 17 package android.net.wifi;
IRttManager.aidl 17 package android.net.wifi;
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pConfig.aidl 17 package android.net.wifi.p2p;
WifiP2pDevice.aidl 17 package android.net.wifi.p2p;
WifiP2pDeviceList.aidl 17 package android.net.wifi.p2p;
WifiP2pGroup.aidl 17 package android.net.wifi.p2p;
WifiP2pGroupList.aidl 17 package android.net.wifi.p2p;
WifiP2pInfo.aidl 17 package android.net.wifi.p2p;
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pServiceInfo.aidl 17 package android.net.wifi.p2p.servicediscovery;
WifiP2pServiceRequest.aidl 17 package android.net.wifi.p2p.servicediscovery;
WifiP2pServiceResponse.aidl 17 package android.net.wifi.p2p.servicediscovery;
  /device/asus/flo/
init.flo.wifi.sh 4 rm /data/misc/wifi/WCNSS_qcom_cfg.ini
5 rm /data/misc/wifi/WCNSS_qcom_wlan_nv.bin
  /external/chromium_org/components/wifi/
network_properties.cc 5 #include "components/wifi/network_properties.h"
12 namespace wifi { namespace
16 security(onc::wifi::kNone),
35 // For now, assume all WiFi services are connectable.
38 scoped_ptr<base::DictionaryValue> wifi(new base::DictionaryValue());
39 wifi->SetString(onc::wifi::kSecurity, security);
40 wifi->SetInteger(onc::wifi::kSignalStrength, signal_strength);
45 wifi->SetInteger(onc::wifi::kFrequency, frequency)
72 const base::DictionaryValue* wifi = NULL; local
    [all...]

Completed in 101 milliseconds

1 2 3 4 5 6 7 8 91011>>