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

1 23 4

  /external/autotest/server/cros/ap_configurators/
netgear3700_ap_configurator.py 5 import ap_spec namespace
51 return [{'band': ap_spec.BAND_2GHZ,
53 {'band': ap_spec.BAND_5GHZ,
58 return [{'band': ap_spec.BAND_5GHZ,
59 'modes': [ap_spec.MODE_A, ap_spec.MODE_N]},
60 {'band': ap_spec.BAND_2GHZ,
61 'modes': [ap_spec.MODE_G, ap_spec.MODE_N]}]
87 if self.current_band == ap_spec.BAND_5GHZ
    [all...]
asus_qis_ap_configurator.py 7 import ap_spec namespace
50 return [{'band': ap_spec.BAND_2GHZ,
52 {'band': ap_spec.BAND_5GHZ,
57 return [{'band': ap_spec.BAND_2GHZ,
58 'modes': [ap_spec.MODE_N, ap_spec.MODE_AUTO]},
59 {'band': ap_spec.BAND_5GHZ,
60 'modes': [ap_spec.MODE_N, ap_spec.MODE_AUTO]}]
72 if mode == ap_spec.MODE_AUTO
    [all...]
linksys_ap_configurator.py 11 import ap_spec namespace
32 return [{'band': ap_spec.BAND_2GHZ,
37 return [{'band': ap_spec.BAND_2GHZ,
38 'modes': [ap_spec.MODE_B, ap_spec.MODE_G, ap_spec.MODE_B |
39 ap_spec.MODE_G]}]
43 return security_mode in (ap_spec.SECURITY_TYPE_DISABLED,
44 ap_spec.SECURITY_TYPE_WPAPSK,
45 ap_spec.SECURITY_TYPE_WPA2PSK
    [all...]
dlink_dir655_ap_configurator.py 12 import ap_spec namespace
69 return [{'band': ap_spec.BAND_2GHZ,
74 return [{'band': ap_spec.BAND_2GHZ,
75 'modes': [ap_spec.MODE_B, ap_spec.MODE_G, ap_spec.MODE_N,
76 ap_spec.MODE_B | ap_spec.MODE_G,
77 ap_spec.MODE_G | ap_spec.MODE_N
    [all...]
linksyse_single_band_configurator.py 12 import ap_spec namespace
53 return [{'band': ap_spec.BAND_2GHZ,
54 'modes': [ap_spec.MODE_M, ap_spec.MODE_B | ap_spec.MODE_G,
55 ap_spec.MODE_G, ap_spec.MODE_B, ap_spec.MODE_N]}]
59 return [{'band': ap_spec.BAND_2GHZ,
66 @param security_mode: a valid ap_spec security mod
    [all...]
asus_ac66r_ap_configurator.py 7 import ap_spec namespace
22 if mode == ap_spec.MODE_AUTO:
24 elif mode == ap_spec.MODE_N:
42 if self.current_band == ap_spec.BAND_5GHZ:
netgear4300_ap_configurator.py 8 import ap_spec namespace
42 return [{'band': ap_spec.BAND_2GHZ,
44 {'band': ap_spec.BAND_5GHZ,
49 return [{'band': ap_spec.BAND_5GHZ,
50 'modes': [ap_spec.MODE_A, ap_spec.MODE_N]},
51 {'band': ap_spec.BAND_2GHZ,
52 'modes': [ap_spec.MODE_G, ap_spec.MODE_N]}]
105 if mode == ap_spec.MODE_G or mode == ap_spec.MODE_A
    [all...]
belkinF6D4230_ap_configurator.py 6 import ap_spec namespace
32 mode_mapping = {ap_spec.MODE_N: '1x1 802.11n',
33 ap_spec.MODE_G: '802.11g',
34 ap_spec.MODE_B | ap_spec.MODE_G | ap_spec.MODE_N:
54 if security == ap_spec.SECURITY_TYPE_WPA2PSK:
ap_configurator_test.py 18 import ap_spec namespace
29 tests against the AP specified below in AP_SPEC.
43 AP_SPEC = ap_spec.APSpec(hostnames=['chromeos3-row4-rack1-host9'])
52 self.AP_SPEC, hostname_matching_only=True)
55 raise RuntimeError('Unable to lock AP %r' % self.AP_SPEC)
102 if (mode_type & ap_spec.MODE_N) != ap_spec.MODE_N:
154 if band == ap_spec.BAND_5GHZ:
164 self.ap.set_band(ap_spec.BAND_2GHZ
    [all...]
trendnet812dru_ap_configurator.py 6 import ap_spec namespace
31 return [{'band': ap_spec.BAND_2GHZ, 'modes': [ap_spec.MODE_N]},
32 {'band': ap_spec.BAND_5GHZ, 'modes': [ap_spec.MODE_N]}]
44 return security_mode in (ap_spec.SECURITY_TYPE_DISABLED,
45 ap_spec.SECURITY_TYPE_WEP,
46 ap_spec.SECURITY_TYPE_WPAPSK,
47 ap_spec.SECURITY_TYPE_WPA2PSK)
56 if self.current_band == ap_spec.BAND_2GHZ
    [all...]
buffalo_wzr_d1800h_ap_configurator.py 11 import ap_spec namespace
33 return [{'band': ap_spec.BAND_2GHZ,
34 'modes': [ap_spec.MODE_B, ap_spec.MODE_N, ap_spec.MODE_G]},
35 {'band': ap_spec.BAND_5GHZ,
36 'modes': [ap_spec.MODE_N, ap_spec.MODE_A]}]
40 return [{'band': ap_spec.BAND_2GHZ,
42 {'band': ap_spec.BAND_5GHZ
    [all...]
trendnet432brp_ap_configurator.py 8 import ap_spec namespace
38 return [{'band': ap_spec.BAND_2GHZ, 'channels': range(1, 13)}]
42 return [{'band': ap_spec.BAND_2GHZ, 'modes': [ap_spec.MODE_G]}]
50 return security_mode in (ap_spec.SECURITY_TYPE_DISABLED,
51 ap_spec.SECURITY_TYPE_WEP,
52 ap_spec.SECURITY_TYPE_WPAPSK,
53 ap_spec.SECURITY_TYPE_WPA2PSK)
139 if security == ap_spec.SECURITY_TYPE_WPAPSK:
netgear_single_band_configurator.py 10 import ap_spec namespace
45 return [{'band': ap_spec.BAND_2GHZ,
50 return [{'band': ap_spec.BAND_2GHZ,
51 'modes': [ap_spec.MODE_G, ap_spec.MODE_B | ap_spec.MODE_G]}]
55 return security_mode in (ap_spec.SECURITY_TYPE_DISABLED,
56 ap_spec.SECURITY_TYPE_WPAPSK,
57 ap_spec.SECURITY_TYPE_WPA2PSK,
58 ap_spec.SECURITY_TYPE_WEP
    [all...]
belkin_ap_configurator.py 13 import ap_spec namespace
49 return [{'band': ap_spec.BAND_2GHZ,
54 return [{'band': ap_spec.BAND_2GHZ,
55 'modes': [ap_spec.MODE_G | ap_spec.MODE_B, ap_spec.MODE_N,
56 ap_spec.MODE_B | ap_spec.MODE_G | ap_spec.MODE_N]}]
72 return security_mode in (ap_spec.SECURITY_TYPE_DISABLED
    [all...]
belkinF5D8236_ap_configurator.py 6 import ap_spec namespace
27 if security == ap_spec.SECURITY_TYPE_WPAPSK:
belkinF9k1002v4_ap_configurator.py 5 import ap_spec namespace
27 if security == ap_spec.SECURITY_TYPE_WPA2PSK:
linksyse2100_ap_configurator.py 5 import ap_spec namespace
15 mode_mapping = {ap_spec.MODE_M:'Mixed',
16 ap_spec.MODE_B | ap_spec.MODE_G:'BG-Mixed',
17 ap_spec.MODE_G:'Wireless-G Only',
18 ap_spec.MODE_B:'Wireless-B Only',
19 ap_spec.MODE_N:'Wireless-N Only',
76 if security == ap_spec.SECURITY_TYPE_WPAPSK:
linksyswrt120n_ap_configurator.py 6 import ap_spec namespace
36 mode_mapping = {ap_spec.MODE_M:'Mixed',
37 ap_spec.MODE_B | ap_spec.MODE_G:'BG-Mixed',
38 ap_spec.MODE_G:'Wireless-G Only',
39 ap_spec.MODE_B:'Wireless-B Only',
40 ap_spec.MODE_N:'Wireless-N Only',
87 if security == ap_spec.SECURITY_TYPE_WPAPSK:
trendnet691gr_ap_configurator.py 5 import ap_spec namespace
25 if security == ap_spec.SECURITY_TYPE_WPAPSK:
belkinWRTR_ap_configurator.py 8 import ap_spec namespace
26 return security_mode in (ap_spec.SECURITY_TYPE_DISABLED,
27 ap_spec.SECURITY_TYPE_WPAPSK,
28 ap_spec.SECURITY_TYPE_WPA2PSK,)
32 return [{'band': ap_spec.BAND_2GHZ,
33 'modes': [ap_spec.MODE_G, ap_spec.MODE_G | ap_spec.MODE_B]}]
103 mode_mapping = {ap_spec.MODE_G | ap_spec.MODE_B: '802.11g&802.11b'
    [all...]
belkinF9K_ap_configurator.py 11 import ap_spec namespace
72 return [{'band': ap_spec.BAND_2GHZ,
77 return [{'band': ap_spec.BAND_2GHZ,
78 'modes': [ap_spec.MODE_G, ap_spec.MODE_N,
79 ap_spec.MODE_B | ap_spec.MODE_G | ap_spec.MODE_N]}]
95 return security_mode in (ap_spec.SECURITY_TYPE_DISABLED,
96 ap_spec.SECURITY_TYPE_WPAPSK
    [all...]
dlinkwbr1310_ap_configurator.py 13 import ap_spec namespace
41 return [{'band': ap_spec.BAND_2GHZ,
46 return [{'band': ap_spec.BAND_2GHZ,
47 'modes': [ap_spec.MODE_G, ap_spec.MODE_B]}]
63 return security_mode in (ap_spec.SECURITY_TYPE_DISABLED,
64 ap_spec.SECURITY_TYPE_WPAPSK,
65 ap_spec.SECURITY_TYPE_WPA2PSK,
66 ap_spec.SECURITY_TYPE_WEP)
187 if security == ap_spec.SECURITY_TYPE_WPAPSK
    [all...]
netgear2000_ap_configurator.py 8 import ap_spec namespace
71 return [{'band': ap_spec.BAND_2GHZ,
72 'modes': [ap_spec.MODE_G, ap_spec.MODE_N]}]
83 if mode == ap_spec.MODE_G:
85 elif mode == ap_spec.MODE_N:
  /external/autotest/server/site_tests/network_WiFi_ChaosConnectDisconnect/
control.local 16 from autotest_lib.server.cros.ap_configurators import ap_spec
26 ap_specs = [ap_spec.APSpec(security=ap_spec.SECURITY_TYPE_WPA2PSK,
28 band=ap_spec.BAND_2GHZ,
control.nightly 18 from autotest_lib.server.cros.ap_configurators import ap_spec
26 ap_specs = [ap_spec.APSpec(hostnames=test_aps,
27 security=ap_spec.SECURITY_TYPE_WPA2PSK)]

Completed in 627 milliseconds

1 23 4