HomeSort by relevance Sort by last modified time
    Searched defs:SECURITY_WEP (Results 1 - 2 of 2) 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:
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 45 SECURITY_WEP = 2,
    [all...]

Completed in 37 milliseconds