HomeSort by relevance Sort by last modified time
    Searched full:ap_spec (Results 26 - 50 of 88) sorted by null

12 3 4

  /external/autotest/server/site_tests/network_WiFi_CliqueConnectDisconnect/
control.debug 15 from autotest_lib.server.cros.ap_configurators import ap_spec
24 ap_specs = [ap_spec.APSpec(security=ap_spec.SECURITY_TYPE_WPA2PSK,
25 band=ap_spec.BAND_2GHZ,
27 ap_spec.APSpec(security=ap_spec.SECURITY_TYPE_WPA2PSK,
28 band=ap_spec.BAND_5GHZ,
  /external/autotest/server/cros/ap_configurators/
asus_ap_configurator.py 11 import ap_spec namespace
27 if self.current_band == ap_spec.BAND_5GHZ:
48 return [{'band': ap_spec.BAND_2GHZ,
50 {'band': ap_spec.BAND_5GHZ,
55 return [{'band': ap_spec.BAND_2GHZ,
56 'modes': [ap_spec.MODE_B, ap_spec.MODE_N, ap_spec.MODE_B |
57 ap_spec.MODE_G, ap_spec.MODE_B]}
    [all...]
linksyswrt600_ap_configurator.py 7 import ap_spec namespace
31 return [{'band': ap_spec.BAND_2GHZ,
32 'modes': [ap_spec.MODE_B, ap_spec.MODE_N,
33 ap_spec.MODE_G, ap_spec.MODE_M]},
34 {'band': ap_spec.BAND_5GHZ,
35 'modes': [ap_spec.MODE_A, ap_spec.MODE_N, ap_spec.MODE_M]}
    [all...]
keeboxw150nr_ap_configurator.py 7 import ap_spec namespace
119 return security_mode in (ap_spec.SECURITY_TYPE_DISABLED,
120 ap_spec.SECURITY_TYPE_WEP,
121 ap_spec.SECURITY_TYPE_WPAPSK,
122 ap_spec.SECURITY_TYPE_WPA2PSK)
126 return [{'band': ap_spec.BAND_2GHZ, 'channels': range(1, 12)}]
138 return [{'band': ap_spec.BAND_2GHZ,
139 'modes': [ap_spec.MODE_B,
140 ap_spec.MODE_G,
141 ap_spec.MODE_N
    [all...]
linksyswrt610n_ap_configurator.py 6 import ap_spec namespace
24 return security_mode in (ap_spec.SECURITY_TYPE_DISABLED,
25 ap_spec.SECURITY_TYPE_WPAPSK,
26 ap_spec.SECURITY_TYPE_WPA2PSK,
27 ap_spec.SECURITY_TYPE_WEP)
31 mode_mapping = {ap_spec.MODE_B: 'Wireless-B Only',
32 ap_spec.MODE_G: 'Wireless-G Only',
33 ap_spec.MODE_B | ap_spec.MODE_G: 'Wireless-B/G Only',
34 ap_spec.MODE_N: 'Wireless-N Only'
    [all...]
belkinF5D7234_ap_configurator.py 7 import ap_spec namespace
47 return [{'band': ap_spec.BAND_2GHZ,
48 'modes': [ap_spec.MODE_G, ap_spec.MODE_B,
49 ap_spec.MODE_B | ap_spec.MODE_G]}]
57 mode_mapping = {ap_spec.MODE_G: '802.11g',
58 ap_spec.MODE_B: '802.11b',
59 ap_spec.MODE_B | ap_spec.MODE_G: '802.11b&802.11g'
    [all...]
linksyswrt54gl_ap_configurator.py 7 import ap_spec namespace
19 return [{'band': ap_spec.BAND_2GHZ,
20 'modes': [ap_spec.MODE_M, ap_spec.MODE_B, ap_spec.MODE_G]}]
24 return [{'band': ap_spec.BAND_2GHZ,
43 mode_mapping = {ap_spec.MODE_M:'Mixed', ap_spec.MODE_G:'G-Only',
44 ap_spec.MODE_B:'B-Only', 'Disabled':'Disabled'}
69 if security == ap_spec.SECURITY_TYPE_WPAPSK
    [all...]
dlink_dir505l_ap_configurator.py 12 import ap_spec namespace
42 return [{'band': ap_spec.BAND_2GHZ,
47 return [{'band': ap_spec.BAND_2GHZ,
48 'modes': [ap_spec.MODE_N, ap_spec.MODE_G,
49 ap_spec.MODE_N | ap_spec.MODE_G,
50 ap_spec.MODE_N | ap_spec.MODE_G | ap_spec.MODE_B]}
    [all...]
levelone_ap_configurator.py 8 import ap_spec namespace
22 return [{'band': ap_spec.BAND_2GHZ,
23 'modes': [ap_spec.MODE_B | ap_spec.MODE_G | ap_spec.MODE_N,
24 ap_spec.MODE_G, ap_spec.MODE_B, ap_spec.MODE_N]}]
28 return [{'band': ap_spec.BAND_2GHZ,
33 return security_mode in (ap_spec.SECURITY_TYPE_DISABLED
    [all...]
belkinF9K1105_ap_configurator.py 9 import ap_spec namespace
35 return [{'band': ap_spec.BAND_2GHZ,
37 {'band': ap_spec.BAND_5GHZ,
42 return [{'band': ap_spec.BAND_2GHZ,
43 'modes': [ap_spec.MODE_G, ap_spec.MODE_N,
44 ap_spec.MODE_B | ap_spec.MODE_G | ap_spec.MODE_N]},
45 {'band': ap_spec.BAND_5GHZ
    [all...]
linksys_ap_15_configurator.py 7 import ap_spec namespace
16 mode_mapping = {ap_spec.MODE_B: 'B-Only', ap_spec.MODE_G: 'G-Only',
17 ap_spec.MODE_B | ap_spec.MODE_G: 'Mixed',
trendnet731br_ap_configurator.py 5 import ap_spec namespace
67 return [{'band': ap_spec.BAND_2GHZ,
68 'modes': [ap_spec.MODE_B,
69 ap_spec.MODE_G,
70 ap_spec.MODE_N,
71 ap_spec.MODE_B | ap_spec.MODE_G,
72 ap_spec.MODE_B | ap_spec.MODE_G | ap_spec.MODE_N]}
    [all...]
trendnet_ap_configurator.py 10 import ap_spec namespace
38 return [{'band': ap_spec.BAND_2GHZ, 'channels': range(1, 12)}]
42 return [{'band': ap_spec.BAND_2GHZ,
43 'modes': [ap_spec.MODE_N,
44 ap_spec.MODE_B | ap_spec.MODE_G,
45 ap_spec.MODE_B | ap_spec.MODE_G | ap_spec.MODE_N]}]
49 return security_mode in (ap_spec.SECURITY_TYPE_DISABLED
    [all...]
belkinF9K1103_ap_configurator.py 7 import ap_spec namespace
56 return [{'band': ap_spec.BAND_2GHZ,
58 {'band': ap_spec.BAND_5GHZ,
63 return [{'band': ap_spec.BAND_2GHZ,
64 'modes': [ap_spec.MODE_G, ap_spec.MODE_N,
65 ap_spec.MODE_B | ap_spec.MODE_G | ap_spec.MODE_N]},
66 {'band': ap_spec.BAND_5GHZ
    [all...]
westerndigitaln600_ap_configurator.py 10 import ap_spec namespace
63 return [{'band': ap_spec.BAND_2GHZ,
64 'modes': [ap_spec.MODE_B, ap_spec.MODE_G, ap_spec.MODE_N,
65 ap_spec.MODE_B | ap_spec.MODE_G,
66 ap_spec.MODE_G | ap_spec.MODE_N,
67 ap_spec.MODE_B | ap_spec.MODE_G | ap_spec.MODE_N]}
    [all...]
belkinF9K1102_ap_configurator.py 8 import ap_spec namespace
38 return [{'band': ap_spec.BAND_2GHZ,
40 {'band': ap_spec.BAND_5GHZ,
45 return [{'band': ap_spec.BAND_2GHZ,
46 'modes': [ap_spec.MODE_G,
47 ap_spec.MODE_B | ap_spec.MODE_G | ap_spec.MODE_N]},
48 {'band': ap_spec.BAND_5GHZ,
49 'modes': [ap_spec.MODE_A, ap_spec.MODE_A | ap_spec.MODE_N]}
    [all...]
netgear1000_ap_configurator.py 8 import ap_spec namespace
23 if mode == ap_spec.MODE_G:
25 elif mode == ap_spec.MODE_N:
medialink_ap_configurator.py 11 import ap_spec namespace
21 self.current_mode = ap_spec.MODE_B
51 return [{'band': ap_spec.BAND_2GHZ,
57 return [{'band': ap_spec.BAND_2GHZ,
58 'modes': [ap_spec.MODE_B, ap_spec.MODE_G, ap_spec.MODE_B |
59 ap_spec.MODE_G, ap_spec.MODE_B | ap_spec.MODE_G
    [all...]
buffalo_ap_configurator.py 12 import ap_spec namespace
41 return [{'band':ap_spec.BAND_2GHZ,
42 'modes':[ap_spec.MODE_B, ap_spec.MODE_G, ap_spec.MODE_N,
43 ap_spec.MODE_B | ap_spec.MODE_G,
44 ap_spec.MODE_N | ap_spec.MODE_G]}]
48 return [{'band':ap_spec.BAND_2GHZ
    [all...]
edimax_ap_configurator.py 5 import ap_spec namespace
77 return [{'band': ap_spec.BAND_2GHZ, 'channels': range(1, 11)}]
85 return [{'band': ap_spec.BAND_2GHZ,
86 'modes': [ap_spec.MODE_B,
87 ap_spec.MODE_G,
88 ap_spec.MODE_N,
89 ap_spec.MODE_B | ap_spec.MODE_G,
90 ap_spec.MODE_B | ap_spec.MODE_G | ap_spec.MODE_N]}
    [all...]
netgear_WNDR_dual_band_configurator.py 9 import ap_spec namespace
60 return [{'band': ap_spec.BAND_2GHZ,
62 {'band': ap_spec.BAND_5GHZ,
68 return [{'band': ap_spec.BAND_2GHZ,
69 'modes': [ap_spec.MODE_G, ap_spec.MODE_N]},
70 {'band': ap_spec.BAND_5GHZ,
71 'modes': [ap_spec.MODE_A, ap_spec.MODE_N]}]
80 return security_mode in (ap_spec.SECURITY_TYPE_DISABLED
    [all...]
  /external/autotest/server/site_tests/network_WiFi_ChaosLongConnect/
control.debug 17 from autotest_lib.server.cros.ap_configurators import ap_spec
30 ap_specs = [ap_spec.APSpec(security=ap_spec.SECURITY_TYPE_WPA2PSK,
31 band=ap_spec.BAND_2GHZ,
33 ap_spec.APSpec(security=ap_spec.SECURITY_TYPE_WPA2PSK,
34 band=ap_spec.BAND_5GHZ,
  /external/autotest/server/site_tests/network_WiFi_CliqueLongConnect/
control.debug 15 from autotest_lib.server.cros.ap_configurators import ap_spec
24 ap_specs = [ap_spec.APSpec(security=ap_spec.SECURITY_TYPE_WPA2PSK,
25 band=ap_spec.BAND_2GHZ,
27 ap_spec.APSpec(security=ap_spec.SECURITY_TYPE_WPA2PSK,
28 band=ap_spec.BAND_5GHZ,
  /external/autotest/server/site_tests/network_WiFi_ChaosConnectDisconnect/
control.debug 16 from autotest_lib.server.cros.ap_configurators import ap_spec
23 ap_specs = [ap_spec.APSpec(band=ap_spec.BAND_2GHZ, hostnames=debug_aps),
24 ap_spec.APSpec(band=ap_spec.BAND_5GHZ, hostnames=debug_aps)]
control.jetstream 16 from autotest_lib.server.cros.ap_configurators import ap_spec
23 ap_specs = [ap_spec.APSpec(channel=5, hostnames=jetstream_ap,
24 security=ap_spec.SECURITY_TYPE_WPA2PSK),
25 ap_spec.APSpec(channel=48, hostnames=jetstream_ap,
26 security=ap_spec.SECURITY_TYPE_WPA2PSK)]

Completed in 152 milliseconds

12 3 4