/tools/test/connectivity/acts/tests/google/wifi/ |
WifiPnoTest.py | 115 def add_dummy_networks(self, num_networks): 119 num_networks: Number of networks to add. 122 for i in range(0, num_networks) :
|
/frameworks/base/packages/SettingsLib/tests/src/com/android/settingslib/wifi/ |
WifiTrackerTest.java | 53 private static final int NUM_NETWORKS = 5; 144 assertEquals("Expected number of results", NUM_NETWORKS, accessPoints.size()); 145 for (int i = 0; i < NUM_NETWORKS; i++) { 217 assertEquals("Expected number of results", NUM_NETWORKS - 1, accessPoints.size()); 218 for (int i = 0; i < NUM_NETWORKS - 1; i++) { 242 assertEquals("Expected number of results", NUM_NETWORKS - 1, accessPoints.size()); 272 String[] expectedSsids = new String[NUM_NETWORKS];
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
gscan.cpp | 2091 int i, ret = 0, num_networks; local [all...] |
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
gscan.cpp | [all...] |
/hardware/libhardware_legacy/include/hardware_legacy/ |
gscan.h | 386 int num_networks; // number of wifi_epno_network objects member in struct:__anon31475
|
/frameworks/opt/net/wifi/service/jni/ |
com_android_server_wifi_WifiNative.cpp | [all...] |