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

  /packages/apps/Settings/src/com/android/settings/wifi/
AccessPoint.java 50 static final int SECURITY_PSK = 2;
77 return SECURITY_PSK;
90 return SECURITY_PSK;
103 case SECURITY_PSK:
199 if (security == SECURITY_PSK)
275 if (security == SECURITY_PSK) {
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 49 SECURITY_PSK = 6,
    [all...]

Completed in 27 milliseconds