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

1 2

  /external/autotest/server/cros/ap_configurators/
netgear3400_ap_configurator.py 23 ap_spec.SECURITY_TYPE_WEP)
ap_configurator_config.py 22 SECURITY_TYPE_WEP = 'wep'
38 SECURITY_TYPE_WEP,
ap_configurator_test.py 180 if self.ap.is_security_mode_supported(ap_spec.SECURITY_TYPE_WEP):
192 if not self.ap.is_security_mode_supported(ap_spec.SECURITY_TYPE_WEP):
209 if not self.ap.is_security_mode_supported(ap_spec.SECURITY_TYPE_WEP):
246 if self.ap.is_security_mode_supported(ap_spec.SECURITY_TYPE_WEP):
289 if self.ap.is_security_mode_supported(ap_spec.SECURITY_TYPE_WEP):
310 if self.ap.is_security_mode_supported(ap_spec.SECURITY_TYPE_WEP):
334 if self.ap.is_security_mode_supported(ap_spec.SECURITY_TYPE_WEP):
linksyswrt610n_ap_configurator.py 27 ap_spec.SECURITY_TYPE_WEP)
ap_spec.py 37 SECURITY_TYPE_WEP = iw_runner.SECURITY_WEP
52 SECURITY_TYPE_WEP]
305 elif (self._security==SECURITY_TYPE_WEP):
netgearR6200_ap_configurator.py 67 ap_spec.SECURITY_TYPE_WEP)
dlinkwbr1310_ap_configurator.py 66 ap_spec.SECURITY_TYPE_WEP)
linksyse2500_ap_configurator.py 43 ap_spec.SECURITY_TYPE_WEP)
netgear_single_band_configurator.py 58 ap_spec.SECURITY_TYPE_WEP)
trendnet432brp_ap_configurator.py 51 ap_spec.SECURITY_TYPE_WEP,
trendnet812dru_ap_configurator.py 45 ap_spec.SECURITY_TYPE_WEP,
asus_ap_configurator.py 74 ap_spec.SECURITY_TYPE_WEP)
belkin_ap_configurator.py 74 ap_spec.SECURITY_TYPE_WEP)
buffalo_ap_configurator.py 64 ap_spec.SECURITY_TYPE_WEP)
buffalo_wzr_d1800h_ap_configurator.py 59 ap_spec.SECURITY_TYPE_WEP)
buffaloag300h_ap_configurator.py 47 ap_spec.SECURITY_TYPE_WEP)
dlink_dir300_ap_configurator.py 42 ap_spec.SECURITY_TYPE_WEP,
dlink_dir655_ap_configurator.py 91 ap_spec.SECURITY_TYPE_WEP,
edimax_ap_configurator.py 135 ap_spec.SECURITY_TYPE_WEP,
keeboxw150nr_ap_configurator.py 120 ap_spec.SECURITY_TYPE_WEP,
levelone_ap_configurator.py 36 ap_spec.SECURITY_TYPE_WEP)
linksys_ap_configurator.py 46 ap_spec.SECURITY_TYPE_WEP)
linksyse_dual_band_configurator.py 83 ap_spec.SECURITY_TYPE_WEP)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
WifiLockdownTestActivity.java 37 import static com.android.compatibility.common.util.WifiConfigCreator.SECURITY_TYPE_WEP;
166 return SECURITY_TYPE_WEP;
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
WifiConfigCreator.java 54 public static final int SECURITY_TYPE_WEP = 3;
184 * {@link #SECURITY_TYPE_WEP}
203 case SECURITY_TYPE_WEP:

Completed in 153 milliseconds

1 2