HomeSort by relevance Sort by last modified time
    Searched defs:SECURITY_NONE (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/src/com/android/settings/wifi/
AccessPoint.java 48 static final int SECURITY_NONE = 0;
83 return (config.wepKeys[0] != null) ? SECURITY_WEP : SECURITY_NONE;
94 return SECURITY_NONE;
122 case SECURITY_NONE:
216 signal.setImageState((security != SECURITY_NONE) ?
364 if (security != SECURITY_NONE) {
391 if (security != SECURITY_NONE)
  /external/chromium_org/chrome/browser/chromeos/cros/
network_constants.h 181 SECURITY_NONE = 1,
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 44 SECURITY_NONE = 1,
661 encryption_(SECURITY_NONE),
669 bool encrypted() const { return encryption_ != SECURITY_NONE; }
    [all...]

Completed in 223 milliseconds