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

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
AccessPoint.java 99 public static final int SECURITY_PSK = 2;
303 case SECURITY_PSK:
691 if (security == SECURITY_PSK)
732 if (security == SECURITY_PSK) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WriteWifiConfigToNfcDialog.java 249 } else if (mSecurity == AccessPoint.SECURITY_PSK) {
WifiConfigController.java 352 (mAccessPointSecurity == AccessPoint.SECURITY_PSK && mPasswordView.length() < 8))) {
411 case AccessPoint.SECURITY_PSK:
    [all...]

Completed in 128 milliseconds