HomeSort by relevance Sort by last modified time
    Searched refs:SECURITY_WEP (Results 1 - 8 of 8) sorted by null

  /packages/apps/Settings/src/com/android/settings/wifi/
AccessPoint.java 49 static final int SECURITY_WEP = 1;
83 return (config.wepKeys[0] != null) ? SECURITY_WEP : SECURITY_NONE;
88 return SECURITY_WEP;
119 case SECURITY_WEP:
WifiSettingsForSetupWizardXL.java 425 (selectedAccessPoint.security == AccessPoint.SECURITY_WEP ||
518 accessPointSecurity == AccessPoint.SECURITY_WEP) {
WifiConfigController.java 295 ((mAccessPointSecurity == AccessPoint.SECURITY_WEP && mPasswordView.length() == 0) ||
338 case AccessPoint.SECURITY_WEP:
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider_chromeos.cc 443 connection_security_map["SECURITY_WEP"] = chromeos::SECURITY_WEP;
  /external/chromium/chrome/browser/chromeos/cros/
network_library.cc 364 case SECURITY_WEP:
    [all...]
network_library.h 45 SECURITY_WEP = 2,
    [all...]
  /external/chromium/chrome/browser/chromeos/options/
wifi_config_view.cc 451 sec = SECURITY_WEP;
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc     [all...]

Completed in 167 milliseconds