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

1 2 3

  /external/autotest/server/site_tests/network_WiFi_ScanPerformance/
network_WiFi_ScanPerformance.py 21 ssids = [self.context.router.get_ssid()]
25 ssids=ssids, scan_timeout_seconds=10)
29 scan_time = self.context.client.timed_scan(frequencies=[], ssids=ssids,
37 scan_time = self.context.client.timed_scan(frequencies=[], ssids=ssids,
  /system/chre/core/
wifi_scan_request.cc 38 DynamicVector<WifiSsid>() /* ssids */) {}
43 DynamicVector<WifiSsid>&& ssids)
47 mSsids(std::move(ssids)) {}
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiNetworkSelectorTest.java 205 String[] ssids = new String[0]; local
213 WifiNetworkSelectorTestUtil.setupScanDetailsAndConfigStore(ssids, bssids,
235 String[] ssids = {"\"test1\"", "\"test2\""}; local
243 WifiNetworkSelectorTestUtil.setupScanDetailsAndConfigStore(ssids, bssids,
265 String[] ssids = {"\"test1\"", "\"test2\""}; local
274 WifiNetworkSelectorTestUtil.setupScanDetailsAndConfigStore(ssids, bssids,
304 String[] ssids = {"\"test1\"", "\"test2\""}; local
313 WifiNetworkSelectorTestUtil.setupScanDetailsAndConfigStore(ssids, bssids,
347 String[] ssids = {"\"test1\""}; local
355 WifiNetworkSelectorTestUtil.setupScanDetailsAndConfigStore(ssids, bssids
394 String[] ssids = {"\\"test1\\""}; local
441 String[] ssids = {"\\"test1\\""}; local
489 String[] ssids = {"\\"test1\\""}; local
521 String[] ssids = {"\\"test1\\"", "\\"test2\\""}; local
573 String[] ssids = {"\\"test1\\"", "\\"test2\\"", "\\"test3\\""}; local
620 String[] ssids = {"\\"test1\\"", "\\"test2\\""}; local
917 String[] ssids = {"\\"test1\\"", "\\"test2\\""}; local
938 String[] ssids = {"\\"test1\\""}; local
997 String[] ssids = {"\\"test1\\"", "\\"test2\\""}; local
1026 String[] ssids = {"\\"test1\\""}; local
1063 String[] ssids = {"\\"test1\\"", "\\"test2\\""}; local
1091 String[] ssids = {"\\"test1\\"", "\\"test2\\""}; local
1125 String[] ssids = {"\\"test1\\"", "\\"test2\\""}; local
1155 String[] ssids = {"\\"test1\\""}; local
1194 String[] ssids = {"\\"test1\\"", "\\"test2\\""}; local
1223 String[] ssids = {"\\"test1\\"", "\\"test2\\""}; local
1247 String[] ssids = {"\\"test1\\"", "\\"test2\\""}; local
    [all...]
ScoredNetworkEvaluatorTest.java 117 String[] ssids = {"\"test1\""}; local
126 ssids, bssids, freqs, caps, levels, securities, mWifiConfigManager, mClock);
141 String[] ssids = {"\"test1\""}; local
150 ssids, bssids, freqs, caps, levels, securities, mWifiConfigManager, mClock);
159 String[] ssids = {"\"test1\"", "\"test2\""}; local
168 ssids, bssids, freqs, caps, levels, securities, mWifiConfigManager, mClock);
184 String[] ssids = {"\"test1\"", "\"test2\""}; local
193 ssids, bssids, freqs, caps, levels, securities, mWifiConfigManager, mClock);
227 String[] ssids = {"\"test1\"", "\"test2\""}; local
239 ssids, bssids, freqs, caps, levels, securities, mWifiConfigManager, mClock)
250 String[] ssids = {"\\"test1\\"", "\\"test2\\""}; local
277 String[] ssids = {"\\"test1\\"", "\\"test2\\""}; local
314 String[] ssids = {"\\"test1\\"", "\\"test2\\""}; local
354 String[] ssids = {"\\"test1\\"", "\\"test2\\""}; local
386 String[] ssids = {"\\"test1\\""}; local
418 String[] ssids = {"\\"test1\\"", "\\"test2\\""}; local
451 String[] ssids = {"\\"test1\\"", "\\"test2\\""}; local
537 String[] ssids = {"\\"test1\\"", "\\"test2\\""}; local
568 String[] ssids = {"\\"test1\\"", "\\"test2\\""}; local
609 String[] ssids = {"\\"test1\\"", "\\"test2\\""}; local
    [all...]
SavedNetworkEvaluatorTest.java 153 String[] ssids = {"\"test1\"", "\"test2\""}; local
161 WifiNetworkSelectorTestUtil.setupScanDetailsAndConfigStore(ssids, bssids,
180 String[] ssids = {"\"test1\"", "\"test2\""}; local
188 WifiNetworkSelectorTestUtil.setupScanDetailsAndConfigStore(ssids, bssids,
208 String[] ssids = {"\"test1\"", "\"test2\"", "\"test3\""}; local
217 WifiNetworkSelectorTestUtil.setupScanDetailsAndConfigStore(ssids, bssids,
247 String[] ssids = {"\"test1\"", "\"test2\""}; local
255 WifiNetworkSelectorTestUtil.setupScanDetailsAndConfigStore(ssids, bssids,
275 String[] ssids = {"\"test1\"", "\"test2\""}; local
283 WifiNetworkSelectorTestUtil.setupScanDetailsAndConfigStore(ssids, bssids
302 String[] ssids = {"\\"test1\\"", "\\"test2\\""}; local
329 String[] ssids = {"\\"test1\\"", "\\"test2\\""}; local
357 String[] ssids = {"\\"test1\\"", "\\"test2\\""}; local
390 String[] ssids = {"\\"test1\\"", "\\"test1\\""}; local
430 String[] ssids = {"\\"test1\\"", "\\"test1\\"", "\\"test2\\""}; local
485 String[] ssids = {"\\"test1\\"", "\\"test2\\""}; local
    [all...]
WifiNetworkSelectorTestUtil.java 76 * @param ssids an array of SSIDs
85 public static ScanDetailsAndWifiConfigs setupScanDetailsAndConfigStore(String[] ssids,
88 List<ScanDetail> scanDetails = buildScanDetails(ssids, bssids, freqs, caps, levels, clock);
89 WifiConfiguration[] savedConfigs = generateWifiConfigurations(ssids, securities);
114 * @param ssids an array of SSIDs
121 public static List<ScanDetail> buildScanDetails(String[] ssids, String[] bssids, int[] freqs,
126 for (int index = 0; index < ssids.length; index++) {
127 ScanDetail scanDetail = new ScanDetail(WifiSsid.createFromAsciiEncoded(ssids[index])
    [all...]
WifiLastResortWatchdogTest.java 69 private List<Pair<ScanDetail, WifiConfiguration>> createFilteredQnsCandidates(String[] ssids,
74 for (int index = 0; index < ssids.length; index++) {
75 String ssid = ssids[index].replaceAll("^\"+", "").replaceAll("\"+$", "");
92 private List<Pair<ScanDetail, WifiConfiguration>> createFilteredQnsCandidates(String[] ssids,
98 for (int index = 0; index < ssids.length; index++) {
99 String ssid = ssids[index].replaceAll("^\"+", "").replaceAll("\"+$", "");
465 String[] ssids = {"\"test1\"", "\"test2\"", "\"test1\"", "\"test4\""}; local
470 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(ssids,
475 for (int i = 0; i < ssids.length; i++) {
483 ssids[0], WifiLastResortWatchdog.BSSID_ANY
834 String[] ssids = {"\\"test1\\"", "\\"test2\\"", "\\"test3\\"", "\\"test4\\"", local
1441 String[] ssids = {"\\"test1\\"", "\\"test2\\"", "\\"test3\\"", "\\"test4\\"", "\\"test5\\""}; local
1736 String[] ssids = {"\\"test1\\""}; local
1781 String[] ssids = {"\\"test1\\""}; local
1850 String[] ssids = {"\\"test1\\""}; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_android.c 98 params->ssids[i].ssid,
99 params->ssids[i].ssid_len);
101 buf[bp++] = params->ssids[i].ssid_len;
102 os_memcpy(&buf[bp], params->ssids[i].ssid,
103 params->ssids[i].ssid_len);
104 bp += params->ssids[i].ssid_len;
driver_nl80211_scan.c 194 struct nlattr *ssids; local
196 ssids = nla_nest_start(msg, NL80211_ATTR_SCAN_SSIDS);
197 if (ssids == NULL)
201 params->ssids[i].ssid,
202 params->ssids[i].ssid_len);
203 if (nla_put(msg, i + 1, params->ssids[i].ssid_len,
204 params->ssids[i].ssid))
207 nla_nest_end(msg, ssids);
548 * matchset will actually allow all SSIDs above the RSSI.
1079 struct nlattr *ssids; local
    [all...]
  /external/autotest/server/site_tests/network_WiFi_ChaosConfigSniffer/
network_WiFi_ChaosConfigSniffer.py 19 def run_once(self, wifi_client=None, ssids=[]):
21 for ssid in ssids:
24 wifi_client._wifi_if, ssids=[ssid], timeout_seconds=60)
55 logging.error('The following SSIDs could not be found:')
58 raise error.TestError('Some SSIDs could not be found, please check '
  /system/chre/core/include/chre/core/
wifi_scan_request.h 85 * @param ssids The list of SSIDs to specifically search for.
90 DynamicVector<WifiSsid>&& ssids);
108 * @return the SSIDs associated with this request.
122 //! The list of SSIDs associated with this scan request.
  /external/wpa_supplicant_8/src/common/
privsep_commands.h 37 u8 ssids[WPAS_MAX_SCAN_SSIDS][32]; member in struct:privsep_cmd_scan
  /system/connectivity/wificond/scanning/offload/
offload_scan_utils.h 51 /* Creates ScanFilter using ssids, security flags and rssi_threshold
52 * The caller must ensure that the number of ssids match the number of
58 const std::vector<std::vector<uint8_t>>& ssids,
offload_scan_utils.cpp 73 const vector<vector<uint8_t>>& ssids, const vector<uint8_t>& flags,
79 // Note that the number of ssids should match the number of security flags
80 for (const auto& ssid : ssids) {
  /system/connectivity/wificond/tests/
mock_scan_utils.h 48 const std::vector<std::vector<uint8_t>>& ssids,
  /external/wpa_supplicant_8/wpa_supplicant/
scan.c 330 struct wpa_driver_scan_filter *ssids; local
344 ssids = os_calloc(count, sizeof(struct wpa_driver_scan_filter));
345 if (ssids == NULL)
351 os_memcpy(ssids[*num_ssids].ssid, ssid->ssid, ssid->ssid_len);
352 ssids[*num_ssids].ssid_len = ssid->ssid_len;
356 return ssids;
667 if (params->ssids[j].ssid_len == ssid->ssid_len &&
668 params->ssids[j].ssid &&
669 os_memcmp(params->ssids[j].ssid, ssid->ssid,
678 "Over max scan SSIDs for manual request")
    [all...]
bgscan_simple.c 41 params.ssids[0].ssid = data->ssid->ssid;
42 params.ssids[0].ssid_len = data->ssid->ssid_len;
  /external/autotest/client/common_lib/cros/network/
iw_runner.py 62 # max_scan_ssids: Maximum number of SSIDs which can be scanned at once.
572 match_max_scan_ssids = re.match('\s*max # scan SSIDs: (\d+)',
685 def scan(self, interface, frequencies=(), ssids=()):
690 @param ssids: list of string SSIDs to send probe requests for.
695 scan_result = self.timed_scan(interface, frequencies, ssids)
701 def timed_scan(self, interface, frequencies=(), ssids=()):
706 @param ssids: list of string SSIDs to send probe requests for.
715 if ssids
    [all...]
  /external/autotest/server/site_tests/network_WiFi_MissingBeacons/
network_WiFi_MissingBeacons.py 75 self.context.client.scan(frequencies=[], ssids=[])
  /system/connectivity/wificond/scanning/
scan_utils.h 86 // - |ssids| is a vector of ssids we request to scan, which mostly is used
88 // If |ssids| is an empty vector, it will do a passive scan.
89 // If |ssids| contains an empty string, it will a scan for all ssids.
97 const std::vector<std::vector<uint8_t>>& ssids,
107 // - |scan_ssids| is a vector of ssids we request to scan, which is mostly
114 // - |scan_ssids| is the list of ssids to actively scan for.
116 // If |scan_ssids| contains an empty string, it will a scan for all ssids.
117 // - |match_ssids| is the list of ssids that we want to add as filters
    [all...]
scanner_impl.cpp 170 vector<vector<uint8_t>> ssids = {{}}; local
174 if (ssids.size() + 1 > scan_capabilities_.max_num_scan_ssids) {
178 ssids.push_back(network.ssid_);
190 ssids, freqs, &error_code)) {
405 vector<vector<uint8_t>>& ssids,
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_wext.c 90 /* Set list of SSIDs */
96 wpa_printf(MSG_DEBUG, "For Scan: %s", params->ssids[i].ssid);
98 buf[bp++] = params->ssids[i].ssid_len;
99 os_memcpy(&buf[bp], params->ssids[i].ssid, params->ssids[i].ssid_len);
100 bp += params->ssids[i].ssid_len;
  /external/autotest/server/cros/network/
wifi_client.py 331 @param expected_ssids list of string SSIDs.
601 def timed_scan(self, frequencies, ssids, scan_timeout_seconds=10,
603 """Request timed scan to discover given SSIDs.
609 not able to discover the given SSIDs.
612 @param ssids list of string ssids to probe request for.
617 SSIDs are missing from the results.
624 self.wifi_if, frequencies=frequencies, ssids=ssids)
638 # Verify all ssids are discovere
    [all...]
  /external/autotest/client/cros/networking/
android_xmlrpc_server.py 342 """Get the list of all SSIDs in the current scan results.
344 @return list of string SSIDs with at least one BSS we've scanned.
347 ssids = []
354 ssids.append(result[wutils.WifiEnums.SSID_KEY])
360 logging.debug("Scan Results: %r", ssids)
361 return ssids
  /hardware/interfaces/wifi/offload/1.0/vts/functional/
VtsHalWifiOffloadV1_0TargetTest.cpp 170 std::vector<std::vector<uint8_t>> ssids{kSsid1, kSsid2};
171 for (const auto& ssid : ssids) {

Completed in 374 milliseconds

1 2 3