/external/autotest/client/site_tests/network_WiMaxSmoke/ |
control | 7 ATTRIBUTES = "suite:wimax" 8 SUITE = "wimax" 9 PURPOSE = "Verify a WiMAX module can connect to a WiMAX network." 12 1. The WiMAX module fails to find a WiMAX network. 13 2. The WiMAX module fails to connect to the network. 14 3. The WiMAX module fails to fetch data from a URL. 15 4. The WiMAX module fails to disconnect from the network. 21 DEPENDENCIES = "wimax" [all...] |
network_WiMaxSmoke.py | 24 SHILL_LOG_SCOPES = 'dbus+device+dhcp+manager+portal+service+wimax' 28 """Verifies that a WiMAX module can connect to a WiMAX network. 30 The test attempts to connect to a WiMAX network. It assumes that a WiMAX 31 module is plugged in to the DUT and a WiMAX network is available. It repeats 33 the WiMAX network, it fetches some data from a URL to confirm the WiMAX 40 """Connects the WiMAX service under test. 50 'Type': 'wimax', [all...] |
/external/autotest/client/site_tests/network_WiMaxPresent/ |
control | 7 ATTRIBUTES = "suite:wimax" 8 SUITE = "wimax" 9 PURPOSE = "Verify a WiMAX module is detected and supported by the system." 12 1. The DUT does not have a WiMAX module. 13 2. The WiMAX kernel driver is not installed or does not function properly on 15 3. The WiMAX firmware is not installed on the DUT. 16 4. The WiMAX manager is not installed or does not function properly on the 18 5. shill is not built with WiMAX support or does not communicate with the 19 WiMAX manager properly. 25 DEPENDENCIES = "wimax" [all...] |
network_WiMaxPresent.py | 11 """Verifies that a WiMAX module can connect to a WiMAX network. 13 This test verifies that a build can support WiMAX properly. It needs to 14 run on a DUT with a supported WiMAX module, but does not require a WiMAX 15 network. It simply checks if shill creates a WiMAX device object, which 17 - The kernel detects a WiMAX module, loads the WiMAX driver, and 18 downloads the WiMAX firmware to the module. 19 - The WiMAX manager detects the WiMAX module exposed by the kernel [all...] |
/frameworks/base/core/java/android/net/wimax/ |
WimaxManagerConstants.java | 1 package android.net.wimax; 10 * Used by android.net.wimax.WimaxManager for handling management of 11 * Wimax access. 13 public static final String WIMAX_SERVICE = "WiMax"; 16 * Broadcast intent action indicating that Wimax has been enabled, disabled, 24 * The lookup key for an int that indicates whether Wimax is enabled, 30 * Broadcast intent action indicating that Wimax state has been changed 36 "android.net.fourG.wimax.WIMAX_NETWORK_STATE_CHANGED"; 39 * Broadcast intent action indicating that Wimax signal level has been changed. 43 "android.net.wimax.SIGNAL_LEVEL_CHANGED" [all...] |
/external/autotest/client/site_tests/network_MobileSuspendResume/ |
control.wimax | 6 NAME = "network_MobileSuspendResume.wimax" 7 PURPOSE = "Test wimax device state after suspend/resume" 9 Check the wimax state of the device after suspend and resume. Verify 10 that wimax can be enabled under all situations after resuming of device. 20 Verify that the wimax device can be enabled under all suspend/resume 26 tag='autoconnect_off-wimax', device_type='wimax') 28 tag='autoconnect_on-wimax', device_type='wimax')
|
control.wimax_stress_autoconnect_off | 7 PURPOSE = "Test wimax device state after suspend/resume over many iterations" 9 Check the wimax state of the device after many iterations of suspend/resume. 10 Verify that wimax can be enabled under all situations after resuming of 20 Verify that the wimax device can be enabled under all suspend/resume 26 stress_iterations=1000, device_type='wimax')
|
control.wimax_stress_autoconnect_on | 7 PURPOSE = "Test wimax device state after suspend/resume over many iterations" 9 Check the wimax state of the device after many iterations of suspend/resume. 10 Verify that wimax can be enabled under all situations after resuming of 20 Verify that the wimax device can be enabled under all suspend/resume 26 stress_iterations=1000, device_type='wimax')
|
/external/autotest/test_suites/ |
control.wimax | 6 NAME = "wimax" 7 PURPOSE = "Automated testing of WiMAX support on Chrome OS." 8 CRITERIA = "All tests with SUITE=wimax must pass." 15 Run automated tests on a DUT with a WiMAX module supported by Chrome OS to 16 verify the WiMAX support on Chrome OS: 17 - WiMAX kernel driver is present and loaded when a WiMAX module is detected 18 - WiMAX firmware is present and loaded onto the WiMAX module 19 - WiMAX manager is present and running, and is able to perform the expecte [all...] |
/system/connectivity/shill/wimax/ |
wimax.cc | 17 #include "shill/wimax/wimax.h" 29 #include "shill/wimax/wimax_device_proxy_interface.h" 30 #include "shill/wimax/wimax_service.h" 40 static string ObjectID(WiMax* w) { return w->GetRpcIdentifier(); } 66 const int WiMax::kDefaultConnectTimeoutSeconds = 60; 67 const int WiMax::kDefaultRPCTimeoutSeconds = 30; 69 WiMax::WiMax(ControlInterface* control, 84 LOG(INFO) << "WiMAX device created: " << link_name << " @ " << path [all...] |
mock_wimax_provider.cc | 17 #include "shill/wimax/mock_wimax_provider.h" 19 #include "shill/wimax/wimax.h"
|
mock_wimax.cc | 17 #include "shill/wimax/mock_wimax.h" 33 : WiMax(control, dispatcher, metrics, manager, link_name, address,
|
mock_wimax.h | 24 #include "shill/wimax/wimax.h" 32 class MockWiMax : public WiMax {
|
wimax.h | 39 class WiMax : public Device { 41 WiMax(ControlInterface* control, 50 ~WiMax() override; 121 base::WeakPtrFactory<WiMax> weak_ptr_factory_; 131 DISALLOW_COPY_AND_ASSIGN(WiMax);
|
wimax_service.cc | 17 #include "shill/wimax/wimax_service.h" 37 #include "shill/wimax/wimax.h" 96 LOG(INFO) << "Stopping WiMAX service: " << GetStorageIdentifier(); 143 LOG(INFO) << "WiMAX service started: " << GetStorageIdentifier(); 171 "No suitable WiMAX device available."); 225 // WiMAX services should be displayed only if they are in range (i.e. 226 // a corresponding network is exposed by WiMAX manager). 278 // Notify the WiMAX provider that this service has been unloaded. If the
|
mock_wimax_manager_proxy.cc | 17 #include "shill/wimax/mock_wimax_manager_proxy.h"
|
mock_wimax_manager_proxy.h | 25 #include "shill/wimax/wimax_manager_proxy_interface.h"
|
mock_wimax_network_proxy.cc | 17 #include "shill/wimax/mock_wimax_network_proxy.h"
|
mock_wimax_provider.h | 24 #include "shill/wimax/wimax_provider.h"
|
mock_wimax_service.cc | 17 #include "shill/wimax/mock_wimax_service.h"
|
wimax_provider.cc | 17 #include "shill/wimax/wimax_provider.h" 37 #include "shill/wimax/wimax.h" 38 #include "shill/wimax/wimax_manager_proxy_interface.h" 39 #include "shill/wimax/wimax_service.h" 133 LOG(INFO) << "WiMAX network disappeared: " << path; 166 "Missing WiMAX network id."); 173 "Missing WiMAX service name."); 306 LOG(ERROR) << "No WiMAX devices available."; 336 LOG(INFO) << "WiMAX device not created, interface blacklisted: [all...] |
wimax_provider.h | 30 #include "shill/wimax/wimax_network_proxy_interface.h" 51 // used for matching services for the WiMax provider are the NetworkId, 66 // Signaled by DeviceInfo when a new WiMAX device becomes available. 69 // Signaled by a WiMAX device when its set of live networks changes. 76 // Selects and returns a WiMAX device to connect |service| through.
|
wimax_provider_unittest.cc | 17 #include "shill/wimax/wimax_provider.h" 37 #include "shill/wimax/mock_wimax.h" 38 #include "shill/wimax/mock_wimax_manager_proxy.h" 39 #include "shill/wimax/mock_wimax_network_proxy.h" 40 #include "shill/wimax/mock_wimax_service.h" 41 #include "shill/wimax/wimax_service.h" 179 WiMax* device = provider_.devices_[GetTestLinkName(1)].get(); 241 static const char kName[] = "WiMAX Network"; 257 static const char kName[] = "Some WiMAX Provider"; 395 static const char kName0[] = "Test WiMAX Network" [all...] |
/external/autotest/client/cros/networking/ |
wimax_proxy.py | 9 """Wrapper around shill dbus interface used by WiMAX tests.""" 12 """Set the logging in shill for a test of WiMAX technology. 23 """Returns the first dbus object found that is a WiMAX service. 25 @return DBus object for the first WiMAX service found. None if no 33 """Returns the first dbus object found that is a WiMAX device. 35 @return DBus object for the first WiMAX device found. None if no
|
/system/connectivity/shill/ |
refptr_types.h | 48 class WiMax; 49 typedef scoped_refptr<const WiMax> WiMaxConstRefPtr; 50 typedef scoped_refptr<WiMax> WiMaxRefPtr;
|