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

1 2 3 4 5

  /external/autotest/server/site_tests/network_WiFi_ChaosConfigSniffer/
control 15 Searches for particular SSIDs and generates the config block to be added
25 # Add list of SSIDs here
26 ssids = ['airport_express_n_a_ch44_wpa2']
28 ssids=ssids)
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 '
  /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,
  /external/autotest/server/site_tests/network_WiFi_SimpleConnect/
control.wifi_checkNonAsciiSSID 27 ssids = []
30 ssids.append(''.join(map(chr, range(base, base + SSID_SIZE))))
32 ssids.append('\xe4\xb8\xad\xe5\x9b\xbd')
34 ssids.append('\xe0')
36 ssids.append('Chrome\xe7\xac\x94\xe8\xae\xb0\xe6\x9c\xac')
37 return ssids
control.wifi_checkSSIDLimits 17 longest and shortest possible SSIDs.
  /system/connectivity/shill/net/
netlink_message_matchers.h 91 AttributeListConstRefPtr ssids; local
93 NL80211_ATTR_SCAN_SSIDS, &ssids)) {
98 AttributeIdIterator ssid_iter(*ssids);
99 if (!ssids->GetRawAttributeValue(ssid_iter.GetId(), &ssid)) {
100 LOG(INFO) << "SSID list contains no (hidden) SSIDs";
110 LOG(INFO) << "SSID list doesn't contain an empty SSIDs (but should)";
114 if (!ssids->GetRawAttributeValue(ssid_iter.GetId(), &empty_ssid) ||
124 // contains no SSIDs.
139 AttributeListConstRefPtr ssids; local
141 NL80211_ATTR_SCAN_SSIDS, &ssids)) {
    [all...]
  /external/autotest/server/site_tests/network_WiFi_VisibleScan/
network_WiFi_VisibleScan.py 14 """Test scanning behavior when no hidden SSIDs are configured."""
54 # Verify expected ssids are contained in the probe result
56 raise error.TestError('Expected SSIDs %s, but got %s' %
58 # Verify probe result does not contain any unpermitted ssids
60 raise error.TestError('Permitted SSIDs %s, but got %s' %
  /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 131 struct nlattr *ssids; local
133 ssids = nla_nest_start(msg, NL80211_ATTR_SCAN_SSIDS);
134 if (ssids == NULL)
138 params->ssids[i].ssid,
139 params->ssids[i].ssid_len);
140 if (nla_put(msg, i + 1, params->ssids[i].ssid_len,
141 params->ssids[i].ssid))
144 nla_nest_end(msg, ssids);
472 * matchset will actually allow all SSIDs above the RSSI.
943 struct nlattr *ssids; local
    [all...]
android_drv.h 46 /* This corresponds to the size of all sections expect SSIDs */
  /external/autotest/server/site_tests/network_WiFi_MultiAuth/
control 15 between two networks with identical SSIDs that have different
network_WiFi_MultiAuth.py 15 security and identical SSIDs.
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiQualifiedNetworkSelectorTest.java 102 private List<ScanDetail> getScanDetails(String[] ssids, String[] bssids, int[] frequencies,
106 for (int index = 0; index < ssids.length; index++) {
107 ScanDetail scanDetail = new ScanDetail(WifiSsid.createFromAsciiEncoded(ssids[index]),
325 String[] ssids = DEFAULT_SSIDS; local
332 List<ScanDetail> scanDetails = getScanDetails(ssids, bssids, frequencies, caps, levels);
334 WifiConfiguration[] savedConfigs = generateWifiConfigurations(ssids, security);
363 String[] ssids = DEFAULT_SSIDS; local
370 List<ScanDetail> scanDetails = getScanDetails(ssids, bssids, frequencies, caps, levels);
372 WifiConfiguration[] savedConfigs = generateWifiConfigurations(ssids, security);
401 String[] ssids = DEFAULT_SSIDS local
438 String[] ssids = DEFAULT_SSIDS; local
475 String[] ssids = DEFAULT_SSIDS; local
511 String[] ssids = DEFAULT_SSIDS; local
546 String[] ssids = DEFAULT_SSIDS; local
582 String[] ssids = {"\\"test1\\"", "\\"test2\\""}; local
618 String[] ssids = DEFAULT_SSIDS; local
651 String[] ssids = {"\\"test1\\"", "\\"test2\\"", "\\"test3\\""}; local
692 String[] ssids = {"\\"test1\\"", "\\"test2\\"", "\\"test3\\""}; local
781 String[] ssids = DEFAULT_SSIDS; local
821 String[] ssids = DEFAULT_SSIDS; local
863 String[] ssids = {"\\"test1\\"", "\\"test2\\"", "\\"test3\\""}; local
909 String[] ssids = DEFAULT_SSIDS; local
948 String[] ssids = DEFAULT_SSIDS; local
982 String[] ssids = DEFAULT_SSIDS; local
1020 String[] ssids = DEFAULT_SSIDS; local
1056 String[] ssids = DEFAULT_SSIDS; local
1092 String[] ssids = DEFAULT_SSIDS; local
1127 String[] ssids = DEFAULT_SSIDS; local
1171 String[] ssids = DEFAULT_SSIDS; local
1211 String[] ssids = DEFAULT_SSIDS; local
1253 String[] ssids = DEFAULT_SSIDS; local
1300 String[] ssids = DEFAULT_SSIDS; local
1347 String[] ssids = DEFAULT_SSIDS; local
1394 String[] ssids = DEFAULT_SSIDS; local
1442 String[] ssids = DEFAULT_SSIDS; local
1488 String[] ssids = DEFAULT_SSIDS; local
1535 String[] ssids = DEFAULT_SSIDS; local
1586 String[] ssids = DEFAULT_SSIDS; local
1639 String[] ssids = DEFAULT_SSIDS; local
1700 String[] ssids = {"\\"test1\\"", "\\"test2\\"", "\\"test3\\"", "\\"test4\\""}; local
1779 String[] ssids = {"\\"test1\\"", "\\"test2\\"", "\\"test3\\"", "\\"test4\\""}; local
1853 String[] ssids = DEFAULT_SSIDS; local
1920 String[] ssids = DEFAULT_SSIDS; local
1964 String[] ssids = {"\\"test1\\""}; local
2010 String[] ssids = DEFAULT_SSIDS; local
2061 String[] ssids = DEFAULT_SSIDS; local
2251 String[] ssids = {"\\"test1\\"", "\\"test1\\""}; local
2289 String[] ssids = {"\\"test1\\"", "\\"test1\\""}; local
    [all...]
WifiLastResortWatchdogTest.java 62 private List<Pair<ScanDetail, WifiConfiguration>> createFilteredQnsCandidates(String[] ssids,
67 for (int index = 0; index < ssids.length; index++) {
68 String ssid = ssids[index].replaceAll("^\"+", "").replaceAll("\"+$", "");
85 private List<Pair<ScanDetail, WifiConfiguration>> createFilteredQnsCandidates(String[] ssids,
91 for (int index = 0; index < ssids.length; index++) {
92 String ssid = ssids[index].replaceAll("^\"+", "").replaceAll("\"+$", "");
458 String[] ssids = {"\"test1\"", "\"test2\"", "\"test1\"", "\"test4\""}; local
463 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(ssids,
468 for (int i = 0; i < ssids.length; i++) {
476 ssids[0], WifiLastResortWatchdog.BSSID_ANY
827 String[] ssids = {"\\"test1\\"", "\\"test2\\"", "\\"test3\\"", "\\"test4\\"", local
1434 String[] ssids = {"\\"test1\\"", "\\"test2\\"", "\\"test3\\"", "\\"test4\\"", "\\"test5\\""}; local
    [all...]
  /external/autotest/client/common_lib/cros/network/
ap_constants.py 24 # This constant is used by the chaos_runner to determine maximum APs/SSIDs
iw_runner.py 57 # max_scan_ssids: Maximum number of SSIDs which can be scanned at once.
433 match_max_scan_ssids = re.match('\s*max # scan SSIDs: (\d+)',
546 def scan(self, interface, frequencies=(), ssids=()):
551 @param ssids: list of string SSIDs to send probe requests for.
556 scan_result = self.timed_scan(interface, frequencies, ssids)
562 def timed_scan(self, interface, frequencies=(), ssids=()):
567 @param ssids: list of string SSIDs to send probe requests for.
576 if ssids
    [all...]
  /external/autotest/client/site_tests/network_WiFiInvalidParameters/
control 19 asked to configure networks with invalid settings, like SSIDs/passphrases
  /external/autotest/server/site_tests/network_WiFi_MaskedBSSID/
control.wifi_masked_bssid 15 different SSIDs which respond with the same BSSID. Some client
network_WiFi_MaskedBSSID.py 18 Set up two APs on the same channel/bssid but with different SSIDs.
39 # respond to the same BSSID, but we can test to make sure both SSIDs
  /external/autotest/server/site_tests/network_WiFi_HiddenScan/
network_WiFi_HiddenScan.py 42 raise error.TestError('Expected exactly two SSIDs, but got %s' %
45 raise error.TestError('Unexpected probe SSIDs: %s' % probe_ssids)
  /external/autotest/server/site_tests/network_WiFi_VerifyAttenuator/
network_WiFi_VerifyAttenuator.py 67 """Start up new APs, with unique SSIDs.
116 self._client_if, ssids=[ssid], timeout_seconds=10)
196 - Two network_<blah> SSIDs are visible, both with a strong signal
199 - Two network_<blah> SSIDs are visble, the one which should be
212 self._client_if, ssids=[visible_ssid, hidden_ssid])
214 raise error.TestFail('No visible SSIDs. Check cables, the '
226 raise error.TestFail('Two SSIDs are visible, the '
290 raise error.TestError('SSIDs found, the cell is not closed or '
  /external/autotest/server/cros/network/
wifi_client.py 292 @param expected_ssids list of string SSIDs.
528 def timed_scan(self, frequencies, ssids, scan_timeout_seconds=10,
530 """Request timed scan to discover given SSIDs.
536 not able to discover the given SSIDs.
539 @param ssids list of string ssids to probe request for.
544 SSIDs are missing from the results.
551 self.wifi_if, frequencies=frequencies, ssids=ssids)
565 # Verify all ssids are discovere
    [all...]
  /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/site_tests/network_WiFi_ConnectionIdentifier/
network_WiFi_ConnectionIdentifier.py 65 # SSIDs. Each AP instance is connected to specific gateway.
81 # Reconfigure the router with different SSIDs, and verify the
  /external/wpa_supplicant_8/wpa_supplicant/
scan.c 303 struct wpa_driver_scan_filter *ssids; local
317 ssids = os_calloc(count, sizeof(struct wpa_driver_scan_filter));
318 if (ssids == NULL)
324 os_memcpy(ssids[*num_ssids].ssid, ssid->ssid, ssid->ssid_len);
325 ssids[*num_ssids].ssid_len = ssid->ssid_len;
329 return ssids;
592 if (params->ssids[j].ssid_len == ssid->ssid_len &&
593 params->ssids[j].ssid &&
594 os_memcmp(params->ssids[j].ssid, ssid->ssid,
603 "Over max scan SSIDs for manual request")
    [all...]

Completed in 854 milliseconds

1 2 3 4 5