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

  /system/connectivity/shill/
tethering.cc 17 #include "shill/tethering.h"
27 const char Tethering::kAndroidVendorEncapsulatedOptions[] = "ANDROID_METERED";
28 const uint8_t Tethering::kAndroidBSSIDPrefix[] = {0x02, 0x1a, 0x11};
29 const uint32_t Tethering::kIosOui = 0x0017f2;
30 const uint8_t Tethering::kLocallyAdministratedMACBit = 0x02;
33 bool Tethering::IsAndroidBSSID(const vector<uint8_t>& bssid) {
42 bool Tethering::IsLocallyAdministeredBSSID(const vector<uint8_t>& bssid) {
47 bool Tethering::HasIosOui(const set<uint32_t>& oui_set) {
tethering.h 27 class Tethering {
29 // Modern Android phones in tethering mode provide DHCP option 43 even
38 // tethering mode.
device.cc 72 #include "shill/tethering.h"
423 strlen(Tethering::kAndroidVendorEncapsulatedOptions);
428 Tethering::kAndroidVendorEncapsulatedOptions,
    [all...]
device_unittest.cc 71 #include "shill/tethering.h"
    [all...]
  /system/connectivity/shill/wifi/
wifi_endpoint.cc 37 #include "shill/tethering.h"
614 Tethering::IsAndroidBSSID(bssid_) ||
615 (Tethering::IsLocallyAdministeredBSSID(bssid_) &&
616 Tethering::HasIosOui(vendor_information_.oui_set));
wifi_endpoint_unittest.cc 38 #include "shill/tethering.h"
    [all...]
wifi_service_unittest.cc 53 #include "shill/tethering.h"
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
Tethering.java 73 import com.android.server.connectivity.tethering.IControlsTethering;
74 import com.android.server.connectivity.tethering.IPv6TetheringCoordinator;
75 import com.android.server.connectivity.tethering.TetherInterfaceStateMachine;
96 public class Tethering extends BaseNetworkObserver implements IControlsTethering {
99 private final static String TAG = "Tethering";
104 Tethering.class, TetherMasterSM.class, TetherInterfaceStateMachine.class
176 private boolean mUsbTetherRequested; // true if USB tethering should be started
179 // True iff WiFi tethering should be started when soft AP is ready.
182 public Tethering(Context context, INetworkManagementService nmService,
229 // We can't do this once in the Tethering() constructor and cache the value, because th
    [all...]
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveDataTest.py 113 # WiFi Tethering tests
691 """Pre setup steps for WiFi tethering test.
694 Ensure tethering provider:
696 have Internet connection, no active ongoing WiFi tethering.
736 """WiFi Tethering test: LTE to WiFI 2.4G Tethering
739 2. DUT start 2.4G WiFi Tethering
762 """WiFi Tethering test: LTE to WiFI 5G Tethering
765 2. DUT start 5G WiFi Tethering
    [all...]
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsService.java 125 import com.android.server.connectivity.Tethering;
341 // watch for tethering changes
    [all...]
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java 144 import com.android.server.connectivity.Tethering;
210 private Tethering mTethering;
    [all...]

Completed in 186 milliseconds